Html Css Color HEX #ADBE2F Bahia

📋 copy color: '#ADBE2F'

red 173 ◦ green 190 ◦ blue 47

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

Shades of Bahia #ADBE2F

Tints of Bahia #ADBE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.46%

R = 42.2%
G = 46.34%
B = 11.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#ADBE2F (or 0xADBE2F) is known color: Bahia. HEX triplet: AD, BE and 2F. RGB value is (173,190,47). Sum of RGB (Red+Green+Blue) = 173+190+47=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE2F is #5241D0. Grayscale: #A9A9A9. Windows color (decimal): -5390801 or 3129005. OLE color: 3129005.

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

Color convert

RGB 173 190 47 -
CMYK 0.09 0 0.75 0.25
HSL 67.13º 0.6% 0.46% -
HSV(B) 67.13º 0.75% 0.75% -
XYZ 36.16 45.92 9.65 -
YUV 168.62 59.37 131.13 -
System Red Green Blue C M Y K H S L
Decimal 173 190 47 0.09 0 0.75 0.25 67.13 0.6 0.46
Hex AD BE 2F 9 0 4B 19 43 3C 2E
Octal 255 276 57 11 0 113 31 103 74 56
Binary 10101101 10111110 101111 1001 0 1001011 11001 1000011 111100 101110

Color Harmonies of #ADBE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE2F

Black with #ADBE2F

Text Example


Text Example

White with #ADBE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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