Html Css Color HEX #ADBB30 Bahia

📋 copy color: '#ADBB30'

red 173 ◦ green 187 ◦ blue 48

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

Shades of Bahia #ADBB30

Tints of Bahia #ADBB30

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.83%

 BLUE value IS 48 (19.14% from 255) = 11.76%

R = 42.4%
G = 45.83%
B = 11.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#ADBB30 (or 0xADBB30) is known color: Bahia. HEX triplet: AD, BB and 30. RGB value is (173,187,48). Sum of RGB (Red+Green+Blue) = 173+187+48=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB30 is #5244CF. Grayscale: #A7A7A7. Windows color (decimal): -5391568 or 3193773. OLE color: 3193773.

HSL color Cylindrical-coordinate representation of color #ADBB30: hue angle of 66.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADBB30 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 187 48 -
CMYK 0.07 0 0.74 0.27
HSL 66.04º 0.59% 0.46% -
HSV(B) 66.04º 0.74% 0.73% -
XYZ 35.54 44.64 9.54 -
YUV 166.97 60.86 132.3 -
System Red Green Blue C M Y K H S L
Decimal 173 187 48 0.07 0 0.74 0.27 66.04 0.59 0.46
Hex AD BB 30 7 0 4A 1B 42 3B 2E
Octal 255 273 60 7 0 112 33 102 73 56
Binary 10101101 10111011 110000 111 0 1001010 11011 1000010 111011 101110

Color Harmonies of #ADBB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB30

Black with #ADBB30

Text Example


Text Example

White with #ADBB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB30; }

 p { color: rgb(173,187,48); }

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

background-color css

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

 a { background-color: rgb(173,187,48); }

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

border-color css

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

 span { border-color: rgb(173,187,48); }

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