Html Css Color HEX #ABCC06 La Rioja

📋 copy color: '#ABCC06'

red 171 ◦ green 204 ◦ blue 6

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

Shades of La Rioja #ABCC06

Tints of La Rioja #ABCC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.57%

R = 44.88%
G = 53.54%
B = 1.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#ABCC06 (or 0xABCC06) is known color: La Rioja. HEX triplet: AB, CC and 06. RGB value is (171,204,6). Sum of RGB (Red+Green+Blue) = 171+204+6=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC06 is #5433F9. Grayscale: #ACACAC. Windows color (decimal): -5518330 or 445611. OLE color: 445611.

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

Color convert

RGB 171 204 6 -
CMYK 0.16 0 0.97 0.2
HSL 70º 0.94% 0.41% -
HSV(B) 70º 0.97% 0.8% -
XYZ 38.42 51.86 8.16 -
YUV 171.56 34.57 127.6 -
System Red Green Blue C M Y K H S L
Decimal 171 204 6 0.16 0 0.97 0.2 70 0.94 0.41
Hex AB CC 6 10 0 61 14 46 5E 29
Octal 253 314 6 20 0 141 24 106 136 51
Binary 10101011 11001100 110 10000 0 1100001 10100 1000110 1011110 101001

Color Harmonies of #ABCC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC06

Black with #ABCC06

Text Example


Text Example

White with #ABCC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC06; }

 p { color: rgb(171,204,6); }

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

background-color css

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

 a { background-color: rgb(171,204,6); }

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

border-color css

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

 span { border-color: rgb(171,204,6); }

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