Html Css Color HEX #ACBE0E Bahia

📋 copy color: '#ACBE0E'

red 172 ◦ green 190 ◦ blue 14

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

Shades of Bahia #ACBE0E

Tints of Bahia #ACBE0E

RGB

 RED value IS 172 (67.58% from 255) = 45.74%

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

 BLUE value IS 14 (5.86% from 255) = 3.72%

R = 45.74%
G = 50.53%
B = 3.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#ACBE0E (or 0xACBE0E) is known color: Bahia. HEX triplet: AC, BE and 0E. RGB value is (172,190,14). Sum of RGB (Red+Green+Blue) = 172+190+14=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBE0E is #5341F1. Grayscale: #A5A5A5. Windows color (decimal): -5456370 or 966316. OLE color: 966316.

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

Color convert

RGB 172 190 14 -
CMYK 0.09 0 0.93 0.25
HSL 66.14º 0.86% 0.4% -
HSV(B) 66.14º 0.93% 0.75% -
XYZ 35.51 45.63 7.35 -
YUV 164.55 43.04 133.31 -
System Red Green Blue C M Y K H S L
Decimal 172 190 14 0.09 0 0.93 0.25 66.14 0.86 0.4
Hex AC BE E 9 0 5D 19 42 56 28
Octal 254 276 16 11 0 135 31 102 126 50
Binary 10101100 10111110 1110 1001 0 1011101 11001 1000010 1010110 101000

Color Harmonies of #ACBE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE0E

Black with #ACBE0E

Text Example


Text Example

White with #ACBE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE0E; }

 p { color: rgb(172,190,14); }

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

background-color css

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

 a { background-color: rgb(172,190,14); }

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

border-color css

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

 span { border-color: rgb(172,190,14); }

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