Html Css Color HEX #A1BF0B Citrus

📋 copy color: '#A1BF0B'

red 161 ◦ green 191 ◦ blue 11

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

Shades of Citrus #A1BF0B

Tints of Citrus #A1BF0B

RGB

 RED value IS 161 (63.28% from 255) = 44.35%

 GREEN value IS 191 (75% from 255) = 52.62%

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 44.35%
G = 52.62%
B = 3.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#A1BF0B (or 0xA1BF0B) is known color: Citrus. HEX triplet: A1, BF and 0B. RGB value is (161,191,11). Sum of RGB (Red+Green+Blue) = 161+191+11=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BF0B is #5E40F4. Grayscale: #A2A2A2. Windows color (decimal): -6177013 or 769953. OLE color: 769953.

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

Color convert

RGB 161 191 11 -
CMYK 0.16 0 0.94 0.25
HSL 70º 0.89% 0.4% -
HSV(B) 70º 0.94% 0.75% -
XYZ 33.39 44.86 7.22 -
YUV 161.51 43.06 127.64 -
System Red Green Blue C M Y K H S L
Decimal 161 191 11 0.16 0 0.94 0.25 70 0.89 0.4
Hex A1 BF B 10 0 5E 19 46 59 28
Octal 241 277 13 20 0 136 31 106 131 50
Binary 10100001 10111111 1011 10000 0 1011110 11001 1000110 1011001 101000

Color Harmonies of #A1BF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BF0B

Black with #A1BF0B

Text Example


Text Example

White with #A1BF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BF0B; }

 p { color: rgb(161,191,11); }

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

background-color css

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

 a { background-color: rgb(161,191,11); }

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

border-color css

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

 span { border-color: rgb(161,191,11); }

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