Html Css Color HEX #ADBE14 Bahia

📋 copy color: '#ADBE14'

red 173 ◦ green 190 ◦ blue 20

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

Shades of Bahia #ADBE14

Tints of Bahia #ADBE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.22%

R = 45.17%
G = 49.61%
B = 5.22%

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

#ADBE14 (or 0xADBE14) is known color: Bahia. HEX triplet: AD, BE and 14. RGB value is (173,190,20). Sum of RGB (Red+Green+Blue) = 173+190+20=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE14 is #5241EB. Grayscale: #A6A6A6. Windows color (decimal): -5390828 or 1359533. OLE color: 1359533.

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

Color convert

RGB 173 190 20 -
CMYK 0.09 0 0.89 0.25
HSL 66º 0.81% 0.41% -
HSV(B) 66º 0.89% 0.75% -
XYZ 35.77 45.76 7.61 -
YUV 165.54 45.87 133.32 -
System Red Green Blue C M Y K H S L
Decimal 173 190 20 0.09 0 0.89 0.25 66 0.81 0.41
Hex AD BE 14 9 0 59 19 42 51 29
Octal 255 276 24 11 0 131 31 102 121 51
Binary 10101101 10111110 10100 1001 0 1011001 11001 1000010 1010001 101001

Color Harmonies of #ADBE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE14

Black with #ADBE14

Text Example


Text Example

White with #ADBE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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