Html Css Color HEX #ACC71B Bahia

📋 copy color: '#ACC71B'

red 172 ◦ green 199 ◦ blue 27

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

Shades of Bahia #ACC71B

Tints of Bahia #ACC71B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50%

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

R = 43.22%
G = 50%
B = 6.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#ACC71B (or 0xACC71B) is known color: Bahia. HEX triplet: AC, C7 and 1B. RGB value is (172,199,27). Sum of RGB (Red+Green+Blue) = 172+199+27=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 199 (78.12% from 255 or 50% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC71B is #5338E4. Grayscale: #ABABAB. Windows color (decimal): -5454053 or 1820588. OLE color: 1820588.

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

Color convert

RGB 172 199 27 -
CMYK 0.14 0 0.86 0.22
HSL 69.42º 0.76% 0.44% -
HSV(B) 69.42º 0.86% 0.78% -
XYZ 37.63 49.7 8.65 -
YUV 171.32 46.55 128.49 -
System Red Green Blue C M Y K H S L
Decimal 172 199 27 0.14 0 0.86 0.22 69.42 0.76 0.44
Hex AC C7 1B E 0 56 16 45 4C 2C
Octal 254 307 33 16 0 126 26 105 114 54
Binary 10101100 11000111 11011 1110 0 1010110 10110 1000101 1001100 101100

Color Harmonies of #ACC71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC71B

Black with #ACC71B

Text Example


Text Example

White with #ACC71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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