Html Css Color HEX #ACC80B Bahia

📋 copy color: '#ACC80B'

red 172 ◦ green 200 ◦ blue 11

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

Shades of Bahia #ACC80B

Tints of Bahia #ACC80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.22%

 BLUE value IS 11 (4.69% from 255) = 2.87%

R = 44.91%
G = 52.22%
B = 2.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#ACC80B (or 0xACC80B) is known color: Bahia. HEX triplet: AC, C8 and 0B. RGB value is (172,200,11). Sum of RGB (Red+Green+Blue) = 172+200+11=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC80B is #5337F4. Grayscale: #AAAAAA. Windows color (decimal): -5453813 or 772268. OLE color: 772268.

HSL color Cylindrical-coordinate representation of color #ACC80B: hue angle of 68.89º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC80B is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 11 -
CMYK 0.14 0 0.94 0.22
HSL 68.89º 0.9% 0.41% -
HSV(B) 68.89º 0.95% 0.78% -
XYZ 37.73 50.1 8 -
YUV 170.08 38.22 129.37 -
System Red Green Blue C M Y K H S L
Decimal 172 200 11 0.14 0 0.94 0.22 68.89 0.9 0.41
Hex AC C8 B E 0 5E 16 45 5A 29
Octal 254 310 13 16 0 136 26 105 132 51
Binary 10101100 11001000 1011 1110 0 1011110 10110 1000101 1011010 101001

Color Harmonies of #ACC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC80B

Black with #ACC80B

Text Example


Text Example

White with #ACC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC80B; }

 p { color: rgb(172,200,11); }

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

background-color css

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

 a { background-color: rgb(172,200,11); }

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

border-color css

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

 span { border-color: rgb(172,200,11); }

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