Html Css Color HEX #ACC91B Bahia

📋 copy color: '#ACC91B'

red 172 ◦ green 201 ◦ blue 27

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

Shades of Bahia #ACC91B

Tints of Bahia #ACC91B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.75%

R = 43%
G = 50.25%
B = 6.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#ACC91B (or 0xACC91B) is known color: Bahia. HEX triplet: AC, C9 and 1B. RGB value is (172,201,27). Sum of RGB (Red+Green+Blue) = 172+201+27=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC91B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC91B is #5336E4. Grayscale: #ADADAD. Windows color (decimal): -5453541 or 1821100. OLE color: 1821100.

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

Color convert

RGB 172 201 27 -
CMYK 0.14 0 0.87 0.21
HSL 70º 0.76% 0.45% -
HSV(B) 70º 0.87% 0.79% -
XYZ 38.1 50.62 8.8 -
YUV 172.49 45.89 127.65 -
System Red Green Blue C M Y K H S L
Decimal 172 201 27 0.14 0 0.87 0.21 70 0.76 0.45
Hex AC C9 1B E 0 57 15 46 4C 2D
Octal 254 311 33 16 0 127 25 106 114 55
Binary 10101100 11001001 11011 1110 0 1010111 10101 1000110 1001100 101101

Color Harmonies of #ACC91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC91B

Black with #ACC91B

Text Example


Text Example

White with #ACC91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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