Html Css Color HEX #ADBE34 Bahia

📋 copy color: '#ADBE34'

red 173 ◦ green 190 ◦ blue 52

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

Shades of Bahia #ADBE34

Tints of Bahia #ADBE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.53%

R = 41.69%
G = 45.78%
B = 12.53%

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

#ADBE34 (or 0xADBE34) is known color: Bahia. HEX triplet: AD, BE and 34. RGB value is (173,190,52). Sum of RGB (Red+Green+Blue) = 173+190+52=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE34 is #5241CB. Grayscale: #A9A9A9. Windows color (decimal): -5390796 or 3456685. OLE color: 3456685.

HSL color Cylindrical-coordinate representation of color #ADBE34: hue angle of 67.39º degrees, saturation: 0.57, 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 #ADBE34 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 190 52 -
CMYK 0.09 0 0.73 0.25
HSL 67.39º 0.57% 0.47% -
HSV(B) 67.39º 0.73% 0.75% -
XYZ 36.27 45.96 10.21 -
YUV 169.19 61.87 130.72 -
System Red Green Blue C M Y K H S L
Decimal 173 190 52 0.09 0 0.73 0.25 67.39 0.57 0.47
Hex AD BE 34 9 0 49 19 43 39 2F
Octal 255 276 64 11 0 111 31 103 71 57
Binary 10101101 10111110 110100 1001 0 1001001 11001 1000011 111001 101111

Color Harmonies of #ADBE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE34

Black with #ADBE34

Text Example


Text Example

White with #ADBE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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