Html Css Color HEX #ADBE21 Bahia

📋 copy color: '#ADBE21'

red 173 ◦ green 190 ◦ blue 33

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

Shades of Bahia #ADBE21

Tints of Bahia #ADBE21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.33%

R = 43.69%
G = 47.98%
B = 8.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#ADBE21 (or 0xADBE21) is known color: Bahia. HEX triplet: AD, BE and 21. RGB value is (173,190,33). Sum of RGB (Red+Green+Blue) = 173+190+33=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE21 is #5241DE. Grayscale: #A7A7A7. Windows color (decimal): -5390815 or 2211501. OLE color: 2211501.

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

Color convert

RGB 173 190 33 -
CMYK 0.09 0 0.83 0.25
HSL 66.5º 0.7% 0.44% -
HSV(B) 66.5º 0.83% 0.75% -
XYZ 35.92 45.82 8.39 -
YUV 167.02 52.37 132.27 -
System Red Green Blue C M Y K H S L
Decimal 173 190 33 0.09 0 0.83 0.25 66.5 0.7 0.44
Hex AD BE 21 9 0 53 19 42 46 2C
Octal 255 276 41 11 0 123 31 102 106 54
Binary 10101101 10111110 100001 1001 0 1010011 11001 1000010 1000110 101100

Color Harmonies of #ADBE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE21

Black with #ADBE21

Text Example


Text Example

White with #ADBE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE21; }

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

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

background-color css

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

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

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

border-color css

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

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

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