Html Css Color HEX #ADCC25 Bahia

📋 copy color: '#ADCC25'

red 173 ◦ green 204 ◦ blue 37

#ADCC25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ADCC25

Tints of Bahia #ADCC25

RGB

 RED value IS 173 (67.97% from 255) = 41.79%

 GREEN value IS 204 (80.08% from 255) = 49.28%

 BLUE value IS 37 (14.84% from 255) = 8.94%

R = 41.79%
G = 49.28%
B = 8.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADCC25 (or 0xADCC25) is known color: Bahia. HEX triplet: AD, CC and 25. RGB value is (173,204,37). Sum of RGB (Red+Green+Blue) = 173+204+37=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 37 (14.84% from 255 or 8.94% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC25 is #5233DA. Grayscale: #B0B0B0. Windows color (decimal): -5387227 or 2477229. OLE color: 2477229.

HSL color Cylindrical-coordinate representation of color #ADCC25: hue angle of 71.14º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADCC25 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 37 -
CMYK 0.15 0 0.82 0.2
HSL 71.14º 0.69% 0.47% -
HSV(B) 71.14º 0.82% 0.8% -
XYZ 39.16 52.2 9.76 -
YUV 175.69 49.73 126.08 -
System Red Green Blue C M Y K H S L
Decimal 173 204 37 0.15 0 0.82 0.2 71.14 0.69 0.47
Hex AD CC 25 F 0 52 14 47 45 2F
Octal 255 314 45 17 0 122 24 107 105 57
Binary 10101101 11001100 100101 1111 0 1010010 10100 1000111 1000101 101111

Color Harmonies of #ADCC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC25

Black with #ADCC25

Text Example


Text Example

White with #ADCC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC25; }

 p { color: rgb(173,204,37); }

 H1.HeaderClassName
 {
   color: #ADCC25;
 }
 .AnyTagClassName
 {
   color: #ADCC25;
 }
</style>

background-color css

<style>
 a { background-color: #ADCC25; }

 a { background-color: rgb(173,204,37); }

 div.DivClassName
 {
   background-color: #ADCC25;
 }
 .BgClassName
 {
   background-color: #ADCC25;
 }
</style>

border-color css

<style>
 span { border-color: #ADCC25; }

 span { border-color: rgb(173,204,37); }

 td.TdClassName
 {
   border-color: #ADCC25;
 }
 .TagClassName
 {
   border-color: #ADCC25;
 }
</style>