Html Css Color HEX #ABCD07 La Rioja

📋 copy color: '#ABCD07'

red 171 ◦ green 205 ◦ blue 7

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

Shades of La Rioja #ABCD07

Tints of La Rioja #ABCD07

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.52%

 BLUE value IS 7 (3.13% from 255) = 1.83%

R = 44.65%
G = 53.52%
B = 1.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#ABCD07 (or 0xABCD07) is known color: La Rioja. HEX triplet: AB, CD and 07. RGB value is (171,205,7). Sum of RGB (Red+Green+Blue) = 171+205+7=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 7 (3.12% from 255 or 1.83% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD07 is #5432F8. Grayscale: #ADADAD. Windows color (decimal): -5518073 or 511403. OLE color: 511403.

HSL color Cylindrical-coordinate representation of color #ABCD07: hue angle of 70.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABCD07 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 7 -
CMYK 0.17 0 0.97 0.20
HSL 70.3º 0.93% 0.42% -
HSV(B) 70.3º 0.97% 0.8% -
XYZ 38.66 52.34 8.27 -
YUV 172.26 34.74 127.1 -
System Red Green Blue C M Y K H S L
Decimal 171 205 7 0.17 0 0.97 0.20 70.3 0.93 0.42
Hex AB CD 7 11 0 61 14 46 5D 2A
Octal 253 315 7 21 0 141 24 106 135 52
Binary 10101011 11001101 111 10001 0 1100001 10100 1000110 1011101 101010

Color Harmonies of #ABCD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD07

Black with #ABCD07

Text Example


Text Example

White with #ABCD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD07; }

 p { color: rgb(171,205,7); }

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

background-color css

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

 a { background-color: rgb(171,205,7); }

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

border-color css

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

 span { border-color: rgb(171,205,7); }

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