Html Css Color HEX #ADBE33 Bahia

📋 copy color: '#ADBE33'

red 173 ◦ green 190 ◦ blue 51

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

Shades of Bahia #ADBE33

Tints of Bahia #ADBE33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.32%

R = 41.79%
G = 45.89%
B = 12.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#ADBE33 (or 0xADBE33) is known color: Bahia. HEX triplet: AD, BE and 33. RGB value is (173,190,51). Sum of RGB (Red+Green+Blue) = 173+190+51=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE33 is #5241CC. Grayscale: #A9A9A9. Windows color (decimal): -5390797 or 3391149. OLE color: 3391149.

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

Color convert

RGB 173 190 51 -
CMYK 0.09 0 0.73 0.25
HSL 67.34º 0.58% 0.47% -
HSV(B) 67.34º 0.73% 0.75% -
XYZ 36.24 45.95 10.09 -
YUV 169.07 61.37 130.8 -
System Red Green Blue C M Y K H S L
Decimal 173 190 51 0.09 0 0.73 0.25 67.34 0.58 0.47
Hex AD BE 33 9 0 49 19 43 3A 2F
Octal 255 276 63 11 0 111 31 103 72 57
Binary 10101101 10111110 110011 1001 0 1001001 11001 1000011 111010 101111

Color Harmonies of #ADBE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE33

Black with #ADBE33

Text Example


Text Example

White with #ADBE33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE33; }

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

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

background-color css

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

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

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

border-color css

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

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

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