Html Css Color HEX #ADBE29 Bahia

📋 copy color: '#ADBE29'

red 173 ◦ green 190 ◦ blue 41

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

Shades of Bahia #ADBE29

Tints of Bahia #ADBE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.15%

R = 42.82%
G = 47.03%
B = 10.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#ADBE29 (or 0xADBE29) is known color: Bahia. HEX triplet: AD, BE and 29. RGB value is (173,190,41). Sum of RGB (Red+Green+Blue) = 173+190+41=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE29 is #5241D6. Grayscale: #A8A8A8. Windows color (decimal): -5390807 or 2735789. OLE color: 2735789.

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

Color convert

RGB 173 190 41 -
CMYK 0.09 0 0.78 0.25
HSL 66.85º 0.65% 0.45% -
HSV(B) 66.85º 0.78% 0.75% -
XYZ 36.05 45.87 9.05 -
YUV 167.93 56.37 131.62 -
System Red Green Blue C M Y K H S L
Decimal 173 190 41 0.09 0 0.78 0.25 66.85 0.65 0.45
Hex AD BE 29 9 0 4E 19 43 41 2D
Octal 255 276 51 11 0 116 31 103 101 55
Binary 10101101 10111110 101001 1001 0 1001110 11001 1000011 1000001 101101

Color Harmonies of #ADBE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE29

Black with #ADBE29

Text Example


Text Example

White with #ADBE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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