Html Css Color HEX #ABBD01 Citrus

📋 copy color: '#ABBD01'

red 171 ◦ green 189 ◦ blue 1

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

Shades of Citrus #ABBD01

Tints of Citrus #ABBD01

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.35%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 47.37%
G = 52.35%
B = 0.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#ABBD01 (or 0xABBD01) is known color: Citrus. HEX triplet: AB, BD and 01. RGB value is (171,189,1). Sum of RGB (Red+Green+Blue) = 171+189+1=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD01 is #5442FE. Grayscale: #A2A2A2. Windows color (decimal): -5522175 or 114091. OLE color: 114091.

HSL color Cylindrical-coordinate representation of color #ABBD01: hue angle of 65.74º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABBD01 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 1 -
CMYK 0.10 0 0.99 0.26
HSL 65.74º 0.99% 0.37% -
HSV(B) 65.74º 0.99% 0.74% -
XYZ 35 45.06 6.88 -
YUV 162.19 37.04 134.29 -
System Red Green Blue C M Y K H S L
Decimal 171 189 1 0.10 0 0.99 0.26 65.74 0.99 0.37
Hex AB BD 1 A 0 63 1A 42 63 25
Octal 253 275 1 12 0 143 32 102 143 45
Binary 10101011 10111101 1 1010 0 1100011 11010 1000010 1100011 100101

Color Harmonies of #ABBD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD01

Black with #ABBD01

Text Example


Text Example

White with #ABBD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD01; }

 p { color: rgb(171,189,1); }

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

background-color css

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

 a { background-color: rgb(171,189,1); }

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

border-color css

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

 span { border-color: rgb(171,189,1); }

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