Html Css Color HEX #ACC90B Bahia

📋 copy color: '#ACC90B'

red 172 ◦ green 201 ◦ blue 11

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

Shades of Bahia #ACC90B

Tints of Bahia #ACC90B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.34%

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

R = 44.79%
G = 52.34%
B = 2.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#ACC90B (or 0xACC90B) is known color: Bahia. HEX triplet: AC, C9 and 0B. RGB value is (172,201,11). Sum of RGB (Red+Green+Blue) = 172+201+11=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC90B is #5336F4. Grayscale: #ABABAB. Windows color (decimal): -5453557 or 772524. OLE color: 772524.

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

Color convert

RGB 172 201 11 -
CMYK 0.14 0 0.95 0.21
HSL 69.16º 0.9% 0.42% -
HSV(B) 69.16º 0.95% 0.79% -
XYZ 37.96 50.57 8.08 -
YUV 170.67 37.89 128.95 -
System Red Green Blue C M Y K H S L
Decimal 172 201 11 0.14 0 0.95 0.21 69.16 0.9 0.42
Hex AC C9 B E 0 5F 15 45 5A 2A
Octal 254 311 13 16 0 137 25 105 132 52
Binary 10101100 11001001 1011 1110 0 1011111 10101 1000101 1011010 101010

Color Harmonies of #ACC90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC90B

Black with #ACC90B

Text Example


Text Example

White with #ACC90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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