Html Css Color HEX #ABCF0C Rio Grande

📋 copy color: '#ABCF0C'

red 171 ◦ green 207 ◦ blue 12

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

Shades of Rio Grande #ABCF0C

Tints of Rio Grande #ABCF0C

RGB

 RED value IS 171 (67.19% from 255) = 43.85%

 GREEN value IS 207 (81.25% from 255) = 53.08%

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 43.85%
G = 53.08%
B = 3.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#ABCF0C (or 0xABCF0C) is known color: Rio Grande. HEX triplet: AB, CF and 0C. RGB value is (171,207,12). Sum of RGB (Red+Green+Blue) = 171+207+12=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCF0C is #5430F3. Grayscale: #AEAEAE. Windows color (decimal): -5517556 or 839595. OLE color: 839595.

HSL color Cylindrical-coordinate representation of color #ABCF0C: hue angle of 71.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABCF0C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 12 -
CMYK 0.17 0 0.94 0.19
HSL 71.08º 0.89% 0.43% -
HSV(B) 71.08º 0.94% 0.81% -
XYZ 39.17 53.31 8.57 -
YUV 174.01 36.57 125.86 -
System Red Green Blue C M Y K H S L
Decimal 171 207 12 0.17 0 0.94 0.19 71.08 0.89 0.43
Hex AB CF C 11 0 5E 13 47 59 2B
Octal 253 317 14 21 0 136 23 107 131 53
Binary 10101011 11001111 1100 10001 0 1011110 10011 1000111 1011001 101011

Color Harmonies of #ABCF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF0C

Black with #ABCF0C

Text Example


Text Example

White with #ABCF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF0C; }

 p { color: rgb(171,207,12); }

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

background-color css

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

 a { background-color: rgb(171,207,12); }

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

border-color css

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

 span { border-color: rgb(171,207,12); }

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