Html Css Color HEX #ADBB1E Bahia

📋 copy color: '#ADBB1E'

red 173 ◦ green 187 ◦ blue 30

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

Shades of Bahia #ADBB1E

Tints of Bahia #ADBB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.69%

R = 44.36%
G = 47.95%
B = 7.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#ADBB1E (or 0xADBB1E) is known color: Bahia. HEX triplet: AD, BB and 1E. RGB value is (173,187,30). Sum of RGB (Red+Green+Blue) = 173+187+30=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB1E is #5244E1. Grayscale: #A5A5A5. Windows color (decimal): -5391586 or 2014125. OLE color: 2014125.

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

Color convert

RGB 173 187 30 -
CMYK 0.07 0 0.84 0.27
HSL 65.35º 0.72% 0.43% -
HSV(B) 65.35º 0.84% 0.73% -
XYZ 35.24 44.52 7.96 -
YUV 164.92 51.86 133.77 -
System Red Green Blue C M Y K H S L
Decimal 173 187 30 0.07 0 0.84 0.27 65.35 0.72 0.43
Hex AD BB 1E 7 0 54 1B 41 48 2B
Octal 255 273 36 7 0 124 33 101 110 53
Binary 10101101 10111011 11110 111 0 1010100 11011 1000001 1001000 101011

Color Harmonies of #ADBB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB1E

Black with #ADBB1E

Text Example


Text Example

White with #ADBB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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