Html Css Color HEX #ADBE18 Bahia

📋 copy color: '#ADBE18'

red 173 ◦ green 190 ◦ blue 24

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

Shades of Bahia #ADBE18

Tints of Bahia #ADBE18

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.1%

 BLUE value IS 24 (9.77% from 255) = 6.2%

R = 44.7%
G = 49.1%
B = 6.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#ADBE18 (or 0xADBE18) is known color: Bahia. HEX triplet: AD, BE and 18. RGB value is (173,190,24). Sum of RGB (Red+Green+Blue) = 173+190+24=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE18 is #5241E7. Grayscale: #A6A6A6. Windows color (decimal): -5390824 or 1621677. OLE color: 1621677.

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

Color convert

RGB 173 190 24 -
CMYK 0.09 0 0.87 0.25
HSL 66.14º 0.78% 0.42% -
HSV(B) 66.14º 0.87% 0.75% -
XYZ 35.81 45.78 7.81 -
YUV 165.99 47.87 133 -
System Red Green Blue C M Y K H S L
Decimal 173 190 24 0.09 0 0.87 0.25 66.14 0.78 0.42
Hex AD BE 18 9 0 57 19 42 4E 2A
Octal 255 276 30 11 0 127 31 102 116 52
Binary 10101101 10111110 11000 1001 0 1010111 11001 1000010 1001110 101010

Color Harmonies of #ADBE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE18

Black with #ADBE18

Text Example


Text Example

White with #ADBE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE18; }

 p { color: rgb(173,190,24); }

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

background-color css

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

 a { background-color: rgb(173,190,24); }

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

border-color css

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

 span { border-color: rgb(173,190,24); }

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