Html Css Color HEX #ACCA0E Bahia

📋 copy color: '#ACCA0E'

red 172 ◦ green 202 ◦ blue 14

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

Shades of Bahia #ACCA0E

Tints of Bahia #ACCA0E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.06%

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

R = 44.33%
G = 52.06%
B = 3.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#ACCA0E (or 0xACCA0E) is known color: Bahia. HEX triplet: AC, CA and 0E. RGB value is (172,202,14). Sum of RGB (Red+Green+Blue) = 172+202+14=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCA0E is #5335F1. Grayscale: #ACACAC. Windows color (decimal): -5453298 or 969388. OLE color: 969388.

HSL color Cylindrical-coordinate representation of color #ACCA0E: hue angle of 69.57º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACCA0E is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 202 14 -
CMYK 0.15 0 0.93 0.21
HSL 69.57º 0.87% 0.42% -
HSV(B) 69.57º 0.93% 0.79% -
XYZ 38.21 51.04 8.25 -
YUV 171.6 39.06 128.29 -
System Red Green Blue C M Y K H S L
Decimal 172 202 14 0.15 0 0.93 0.21 69.57 0.87 0.42
Hex AC CA E F 0 5D 15 46 57 2A
Octal 254 312 16 17 0 135 25 106 127 52
Binary 10101100 11001010 1110 1111 0 1011101 10101 1000110 1010111 101010

Color Harmonies of #ACCA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCA0E

Black with #ACCA0E

Text Example


Text Example

White with #ACCA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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