Html Css Color HEX #ACC61B Bahia

📋 copy color: '#ACC61B'

red 172 ◦ green 198 ◦ blue 27

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

Shades of Bahia #ACC61B

Tints of Bahia #ACC61B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.87%

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

R = 43.32%
G = 49.87%
B = 6.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#ACC61B (or 0xACC61B) is known color: Bahia. HEX triplet: AC, C6 and 1B. RGB value is (172,198,27). Sum of RGB (Red+Green+Blue) = 172+198+27=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC61B is #5339E4. Grayscale: #ABABAB. Windows color (decimal): -5454309 or 1820332. OLE color: 1820332.

HSL color Cylindrical-coordinate representation of color #ACC61B: hue angle of 69.12º 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 #ACC61B is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 27 -
CMYK 0.13 0 0.86 0.22
HSL 69.12º 0.76% 0.44% -
HSV(B) 69.12º 0.86% 0.78% -
XYZ 37.41 49.24 8.57 -
YUV 170.73 46.89 128.9 -
System Red Green Blue C M Y K H S L
Decimal 172 198 27 0.13 0 0.86 0.22 69.12 0.76 0.44
Hex AC C6 1B D 0 56 16 45 4C 2C
Octal 254 306 33 15 0 126 26 105 114 54
Binary 10101100 11000110 11011 1101 0 1010110 10110 1000101 1001100 101100

Color Harmonies of #ACC61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC61B

Black with #ACC61B

Text Example


Text Example

White with #ACC61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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