Html Css Color HEX #ADBE15 Bahia

📋 copy color: '#ADBE15'

red 173 ◦ green 190 ◦ blue 21

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

Shades of Bahia #ADBE15

Tints of Bahia #ADBE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.47%

R = 45.05%
G = 49.48%
B = 5.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#ADBE15 (or 0xADBE15) is known color: Bahia. HEX triplet: AD, BE and 15. RGB value is (173,190,21). Sum of RGB (Red+Green+Blue) = 173+190+21=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE15 is #5241EA. Grayscale: #A6A6A6. Windows color (decimal): -5390827 or 1425069. OLE color: 1425069.

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

Color convert

RGB 173 190 21 -
CMYK 0.09 0 0.89 0.25
HSL 66.04º 0.8% 0.41% -
HSV(B) 66.04º 0.89% 0.75% -
XYZ 35.78 45.77 7.66 -
YUV 165.65 46.37 133.24 -
System Red Green Blue C M Y K H S L
Decimal 173 190 21 0.09 0 0.89 0.25 66.04 0.8 0.41
Hex AD BE 15 9 0 59 19 42 50 29
Octal 255 276 25 11 0 131 31 102 120 51
Binary 10101101 10111110 10101 1001 0 1011001 11001 1000010 1010000 101001

Color Harmonies of #ADBE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE15

Black with #ADBE15

Text Example


Text Example

White with #ADBE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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