Html Css Color HEX #ABCF02 La Rioja

📋 copy color: '#ABCF02'

red 171 ◦ green 207 ◦ blue 2

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

Shades of La Rioja #ABCF02

Tints of La Rioja #ABCF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 45%
G = 54.47%
B = 0.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#ABCF02 (or 0xABCF02) is known color: La Rioja. HEX triplet: AB, CF and 02. RGB value is (171,207,2). Sum of RGB (Red+Green+Blue) = 171+207+2=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCF02 is #5430FD. Grayscale: #ADADAD. Windows color (decimal): -5517566 or 184235. OLE color: 184235.

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

Color convert

RGB 171 207 2 -
CMYK 0.17 0 0.99 0.19
HSL 70.54º 0.98% 0.41% -
HSV(B) 70.54º 0.99% 0.81% -
XYZ 39.12 53.29 8.28 -
YUV 172.87 31.57 126.67 -
System Red Green Blue C M Y K H S L
Decimal 171 207 2 0.17 0 0.99 0.19 70.54 0.98 0.41
Hex AB CF 2 11 0 63 13 47 62 29
Octal 253 317 2 21 0 143 23 107 142 51
Binary 10101011 11001111 10 10001 0 1100011 10011 1000111 1100010 101001

Color Harmonies of #ABCF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF02

Black with #ABCF02

Text Example


Text Example

White with #ABCF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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