Html Css Color HEX #ADBF1E Bahia

📋 copy color: '#ADBF1E'

red 173 ◦ green 191 ◦ blue 30

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

Shades of Bahia #ADBF1E

Tints of Bahia #ADBF1E

RGB

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

 GREEN value IS 191 (75% from 255) = 48.48%

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

R = 43.91%
G = 48.48%
B = 7.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#ADBF1E (or 0xADBF1E) is known color: Bahia. HEX triplet: AD, BF and 1E. RGB value is (173,191,30). Sum of RGB (Red+Green+Blue) = 173+191+30=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBF1E is #5240E1. Grayscale: #A7A7A7. Windows color (decimal): -5390562 or 2015149. OLE color: 2015149.

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

Color convert

RGB 173 191 30 -
CMYK 0.09 0 0.84 0.25
HSL 66.71º 0.73% 0.43% -
HSV(B) 66.71º 0.84% 0.75% -
XYZ 36.1 46.24 8.25 -
YUV 167.26 50.54 132.09 -
System Red Green Blue C M Y K H S L
Decimal 173 191 30 0.09 0 0.84 0.25 66.71 0.73 0.43
Hex AD BF 1E 9 0 54 19 43 49 2B
Octal 255 277 36 11 0 124 31 103 111 53
Binary 10101101 10111111 11110 1001 0 1010100 11001 1000011 1001001 101011

Color Harmonies of #ADBF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBF1E

Black with #ADBF1E

Text Example


Text Example

White with #ADBF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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