Html Css Color HEX #ABCB07 La Rioja

📋 copy color: '#ABCB07'

red 171 ◦ green 203 ◦ blue 7

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

Shades of La Rioja #ABCB07

Tints of La Rioja #ABCB07

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.28%

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

R = 44.88%
G = 53.28%
B = 1.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#ABCB07 (or 0xABCB07) is known color: La Rioja. HEX triplet: AB, CB and 07. RGB value is (171,203,7). Sum of RGB (Red+Green+Blue) = 171+203+7=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCB07 is #5434F8. Grayscale: #ABABAB. Windows color (decimal): -5518585 or 510891. OLE color: 510891.

HSL color Cylindrical-coordinate representation of color #ABCB07: hue angle of 69.8º degrees, saturation: 0.93, 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 #ABCB07 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 203 7 -
CMYK 0.16 0 0.97 0.20
HSL 69.8º 0.93% 0.41% -
HSV(B) 69.8º 0.97% 0.8% -
XYZ 38.19 51.39 8.11 -
YUV 171.09 35.4 127.94 -
System Red Green Blue C M Y K H S L
Decimal 171 203 7 0.16 0 0.97 0.20 69.8 0.93 0.41
Hex AB CB 7 10 0 61 14 46 5D 29
Octal 253 313 7 20 0 141 24 106 135 51
Binary 10101011 11001011 111 10000 0 1100001 10100 1000110 1011101 101001

Color Harmonies of #ABCB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB07

Black with #ABCB07

Text Example


Text Example

White with #ABCB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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