Html Css Color HEX #ADBB28 Bahia

📋 copy color: '#ADBB28'

red 173 ◦ green 187 ◦ blue 40

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

Shades of Bahia #ADBB28

Tints of Bahia #ADBB28

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.75%

 BLUE value IS 40 (16.02% from 255) = 10%

R = 43.25%
G = 46.75%
B = 10%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#ADBB28 (or 0xADBB28) is known color: Bahia. HEX triplet: AD, BB and 28. RGB value is (173,187,40). Sum of RGB (Red+Green+Blue) = 173+187+40=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB28 is #5244D7. Grayscale: #A6A6A6. Windows color (decimal): -5391576 or 2669485. OLE color: 2669485.

HSL color Cylindrical-coordinate representation of color #ADBB28: hue angle of 65.71º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADBB28 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 187 40 -
CMYK 0.07 0 0.79 0.27
HSL 65.71º 0.65% 0.45% -
HSV(B) 65.71º 0.79% 0.73% -
XYZ 35.39 44.58 8.75 -
YUV 166.06 56.86 132.95 -
System Red Green Blue C M Y K H S L
Decimal 173 187 40 0.07 0 0.79 0.27 65.71 0.65 0.45
Hex AD BB 28 7 0 4F 1B 42 41 2D
Octal 255 273 50 7 0 117 33 102 101 55
Binary 10101101 10111011 101000 111 0 1001111 11011 1000010 1000001 101101

Color Harmonies of #ADBB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB28

Black with #ADBB28

Text Example


Text Example

White with #ADBB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB28; }

 p { color: rgb(173,187,40); }

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

background-color css

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

 a { background-color: rgb(173,187,40); }

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

border-color css

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

 span { border-color: rgb(173,187,40); }

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