Html Css Color HEX #ACC31B Bahia

📋 copy color: '#ACC31B'

red 172 ◦ green 195 ◦ blue 27

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

Shades of Bahia #ACC31B

Tints of Bahia #ACC31B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.49%

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

R = 43.65%
G = 49.49%
B = 6.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#ACC31B (or 0xACC31B) is known color: Bahia. HEX triplet: AC, C3 and 1B. RGB value is (172,195,27). Sum of RGB (Red+Green+Blue) = 172+195+27=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC31B is #533CE4. Grayscale: #A9A9A9. Windows color (decimal): -5455077 or 1819564. OLE color: 1819564.

HSL color Cylindrical-coordinate representation of color #ACC31B: hue angle of 68.21º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACC31B is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 27 -
CMYK 0.12 0 0.86 0.24
HSL 68.21º 0.76% 0.44% -
HSV(B) 68.21º 0.86% 0.76% -
XYZ 36.73 47.88 8.34 -
YUV 168.97 47.88 130.16 -
System Red Green Blue C M Y K H S L
Decimal 172 195 27 0.12 0 0.86 0.24 68.21 0.76 0.44
Hex AC C3 1B C 0 56 18 44 4C 2C
Octal 254 303 33 14 0 126 30 104 114 54
Binary 10101100 11000011 11011 1100 0 1010110 11000 1000100 1001100 101100

Color Harmonies of #ACC31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC31B

Black with #ACC31B

Text Example


Text Example

White with #ACC31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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