Html Css Color HEX #ADBE1E Bahia

📋 copy color: '#ADBE1E'

red 173 ◦ green 190 ◦ blue 30

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

Shades of Bahia #ADBE1E

Tints of Bahia #ADBE1E

RGB

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

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

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

R = 44.02%
G = 48.35%
B = 7.63%

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

#ADBE1E (or 0xADBE1E) is known color: Bahia. HEX triplet: AD, BE and 1E. RGB value is (173,190,30). Sum of RGB (Red+Green+Blue) = 173+190+30=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE1E is #5241E1. Grayscale: #A7A7A7. Windows color (decimal): -5390818 or 2014893. OLE color: 2014893.

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

Color convert

RGB 173 190 30 -
CMYK 0.09 0 0.84 0.25
HSL 66.38º 0.73% 0.43% -
HSV(B) 66.38º 0.84% 0.75% -
XYZ 35.88 45.8 8.18 -
YUV 166.68 50.87 132.51 -
System Red Green Blue C M Y K H S L
Decimal 173 190 30 0.09 0 0.84 0.25 66.38 0.73 0.43
Hex AD BE 1E 9 0 54 19 42 49 2B
Octal 255 276 36 11 0 124 31 102 111 53
Binary 10101101 10111110 11110 1001 0 1010100 11001 1000010 1001001 101011

Color Harmonies of #ADBE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE1E

Black with #ADBE1E

Text Example


Text Example

White with #ADBE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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