Html Css Color HEX #ADBF28 Bahia

📋 copy color: '#ADBF28'

red 173 ◦ green 191 ◦ blue 40

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

Shades of Bahia #ADBF28

Tints of Bahia #ADBF28

RGB

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

 GREEN value IS 191 (75% from 255) = 47.28%

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

R = 42.82%
G = 47.28%
B = 9.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#ADBF28 (or 0xADBF28) is known color: Bahia. HEX triplet: AD, BF and 28. RGB value is (173,191,40). Sum of RGB (Red+Green+Blue) = 173+191+40=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBF28 is #5240D7. Grayscale: #A8A8A8. Windows color (decimal): -5390552 or 2670509. OLE color: 2670509.

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

Color convert

RGB 173 191 40 -
CMYK 0.09 0 0.79 0.25
HSL 67.15º 0.65% 0.45% -
HSV(B) 67.15º 0.79% 0.75% -
XYZ 36.25 46.3 9.03 -
YUV 168.4 55.54 131.28 -
System Red Green Blue C M Y K H S L
Decimal 173 191 40 0.09 0 0.79 0.25 67.15 0.65 0.45
Hex AD BF 28 9 0 4F 19 43 41 2D
Octal 255 277 50 11 0 117 31 103 101 55
Binary 10101101 10111111 101000 1001 0 1001111 11001 1000011 1000001 101101

Color Harmonies of #ADBF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBF28

Black with #ADBF28

Text Example


Text Example

White with #ADBF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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