Html Css Color HEX #ACC62B Bahia

📋 copy color: '#ACC62B'

red 172 ◦ green 198 ◦ blue 43

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

Shades of Bahia #ACC62B

Tints of Bahia #ACC62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.41%

R = 41.65%
G = 47.94%
B = 10.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#ACC62B (or 0xACC62B) is known color: Bahia. HEX triplet: AC, C6 and 2B. RGB value is (172,198,43). Sum of RGB (Red+Green+Blue) = 172+198+43=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC62B is #5339D4. Grayscale: #ADADAD. Windows color (decimal): -5454293 or 2868908. OLE color: 2868908.

HSL color Cylindrical-coordinate representation of color #ACC62B: hue angle of 70.06º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACC62B is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 43 -
CMYK 0.13 0 0.78 0.22
HSL 70.06º 0.64% 0.47% -
HSV(B) 70.06º 0.78% 0.78% -
XYZ 37.64 49.33 9.82 -
YUV 172.56 54.89 127.6 -
System Red Green Blue C M Y K H S L
Decimal 172 198 43 0.13 0 0.78 0.22 70.06 0.64 0.47
Hex AC C6 2B D 0 4E 16 46 40 2F
Octal 254 306 53 15 0 116 26 106 100 57
Binary 10101100 11000110 101011 1101 0 1001110 10110 1000110 1000000 101111

Color Harmonies of #ACC62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC62B

Black with #ACC62B

Text Example


Text Example

White with #ACC62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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