Html Css Color HEX #ADBE11 Bahia

📋 copy color: '#ADBE11'

red 173 ◦ green 190 ◦ blue 17

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

Shades of Bahia #ADBE11

Tints of Bahia #ADBE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.47%

R = 45.53%
G = 50%
B = 4.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#ADBE11 (or 0xADBE11) is known color: Bahia. HEX triplet: AD, BE and 11. RGB value is (173,190,17). Sum of RGB (Red+Green+Blue) = 173+190+17=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE11 is #5241EE. Grayscale: #A5A5A5. Windows color (decimal): -5390831 or 1162925. OLE color: 1162925.

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

Color convert

RGB 173 190 17 -
CMYK 0.09 0 0.91 0.25
HSL 65.9º 0.84% 0.41% -
HSV(B) 65.9º 0.91% 0.75% -
XYZ 35.75 45.75 7.48 -
YUV 165.2 44.37 133.57 -
System Red Green Blue C M Y K H S L
Decimal 173 190 17 0.09 0 0.91 0.25 65.9 0.84 0.41
Hex AD BE 11 9 0 5B 19 42 54 29
Octal 255 276 21 11 0 133 31 102 124 51
Binary 10101101 10111110 10001 1001 0 1011011 11001 1000010 1010100 101001

Color Harmonies of #ADBE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE11

Black with #ADBE11

Text Example


Text Example

White with #ADBE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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