Html Css Color HEX #ADBE1F Bahia

📋 copy color: '#ADBE1F'

red 173 ◦ green 190 ◦ blue 31

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

Shades of Bahia #ADBE1F

Tints of Bahia #ADBE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.87%

R = 43.91%
G = 48.22%
B = 7.87%

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

#ADBE1F (or 0xADBE1F) is known color: Bahia. HEX triplet: AD, BE and 1F. RGB value is (173,190,31). Sum of RGB (Red+Green+Blue) = 173+190+31=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE1F is #5241E0. Grayscale: #A7A7A7. Windows color (decimal): -5390817 or 2080429. OLE color: 2080429.

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

Color convert

RGB 173 190 31 -
CMYK 0.09 0 0.84 0.25
HSL 66.42º 0.72% 0.43% -
HSV(B) 66.42º 0.84% 0.75% -
XYZ 35.89 45.81 8.25 -
YUV 166.79 51.37 132.43 -
System Red Green Blue C M Y K H S L
Decimal 173 190 31 0.09 0 0.84 0.25 66.42 0.72 0.43
Hex AD BE 1F 9 0 54 19 42 48 2B
Octal 255 276 37 11 0 124 31 102 110 53
Binary 10101101 10111110 11111 1001 0 1010100 11001 1000010 1001000 101011

Color Harmonies of #ADBE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE1F

Black with #ADBE1F

Text Example


Text Example

White with #ADBE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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