Html Css Color HEX #ACC30D Bahia

📋 copy color: '#ACC30D'

red 172 ◦ green 195 ◦ blue 13

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

Shades of Bahia #ACC30D

Tints of Bahia #ACC30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.42%

R = 45.26%
G = 51.32%
B = 3.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#ACC30D (or 0xACC30D) is known color: Bahia. HEX triplet: AC, C3 and 0D. RGB value is (172,195,13). Sum of RGB (Red+Green+Blue) = 172+195+13=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC30D is #533CF2. Grayscale: #A8A8A8. Windows color (decimal): -5455091 or 902060. OLE color: 902060.

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

Color convert

RGB 172 195 13 -
CMYK 0.12 0 0.93 0.24
HSL 67.58º 0.88% 0.41% -
HSV(B) 67.58º 0.93% 0.76% -
XYZ 36.6 47.83 7.68 -
YUV 167.38 40.88 131.3 -
System Red Green Blue C M Y K H S L
Decimal 172 195 13 0.12 0 0.93 0.24 67.58 0.88 0.41
Hex AC C3 D C 0 5D 18 44 58 29
Octal 254 303 15 14 0 135 30 104 130 51
Binary 10101100 11000011 1101 1100 0 1011101 11000 1000100 1011000 101001

Color Harmonies of #ACC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC30D

Black with #ACC30D

Text Example


Text Example

White with #ACC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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