Html Css Color HEX #ACC02D Bahia

📋 copy color: '#ACC02D'

red 172 ◦ green 192 ◦ blue 45

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

Shades of Bahia #ACC02D

Tints of Bahia #ACC02D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.94%

 BLUE value IS 45 (17.97% from 255) = 11%

R = 42.05%
G = 46.94%
B = 11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#ACC02D (or 0xACC02D) is known color: Bahia. HEX triplet: AC, C0 and 2D. RGB value is (172,192,45). Sum of RGB (Red+Green+Blue) = 172+192+45=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC02D is #533FD2. Grayscale: #A9A9A9. Windows color (decimal): -5455827 or 2998444. OLE color: 2998444.

HSL color Cylindrical-coordinate representation of color #ACC02D: hue angle of 68.16º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACC02D is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 45 -
CMYK 0.10 0 0.77 0.25
HSL 68.16º 0.62% 0.46% -
HSV(B) 68.16º 0.77% 0.75% -
XYZ 36.34 46.66 9.57 -
YUV 169.26 57.87 129.95 -
System Red Green Blue C M Y K H S L
Decimal 172 192 45 0.10 0 0.77 0.25 68.16 0.62 0.46
Hex AC C0 2D A 0 4D 19 44 3E 2E
Octal 254 300 55 12 0 115 31 104 76 56
Binary 10101100 11000000 101101 1010 0 1001101 11001 1000100 111110 101110

Color Harmonies of #ACC02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC02D

Black with #ACC02D

Text Example


Text Example

White with #ACC02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC02D; }

 p { color: rgb(172,192,45); }

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

background-color css

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

 a { background-color: rgb(172,192,45); }

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

border-color css

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

 span { border-color: rgb(172,192,45); }

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