Html Css Color HEX #ACCC0B Rio Grande

📋 copy color: '#ACCC0B'

red 172 ◦ green 204 ◦ blue 11

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

Shades of Rio Grande #ACCC0B

Tints of Rio Grande #ACCC0B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.71%

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 44.44%
G = 52.71%
B = 2.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#ACCC0B (or 0xACCC0B) is known color: Rio Grande. HEX triplet: AC, CC and 0B. RGB value is (172,204,11). Sum of RGB (Red+Green+Blue) = 172+204+11=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCC0B is #5333F4. Grayscale: #ADADAD. Windows color (decimal): -5452789 or 773292. OLE color: 773292.

HSL color Cylindrical-coordinate representation of color #ACCC0B: hue angle of 69.95º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACCC0B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 11 -
CMYK 0.16 0 0.95 0.2
HSL 69.95º 0.9% 0.42% -
HSV(B) 69.95º 0.95% 0.8% -
XYZ 38.67 51.98 8.31 -
YUV 172.43 36.9 127.69 -
System Red Green Blue C M Y K H S L
Decimal 172 204 11 0.16 0 0.95 0.2 69.95 0.9 0.42
Hex AC CC B 10 0 5F 14 46 5A 2A
Octal 254 314 13 20 0 137 24 106 132 52
Binary 10101100 11001100 1011 10000 0 1011111 10100 1000110 1011010 101010

Color Harmonies of #ACCC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC0B

Black with #ACCC0B

Text Example


Text Example

White with #ACCC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC0B; }

 p { color: rgb(172,204,11); }

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

background-color css

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

 a { background-color: rgb(172,204,11); }

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

border-color css

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

 span { border-color: rgb(172,204,11); }

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