Html Css Color HEX #9BBF15 Citrus

📋 copy color: '#9BBF15'

red 155 ◦ green 191 ◦ blue 21

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

Shades of Citrus #9BBF15

Tints of Citrus #9BBF15

RGB

 RED value IS 155 (60.94% from 255) = 42.23%

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

 BLUE value IS 21 (8.59% from 255) = 5.72%

R = 42.23%
G = 52.04%
B = 5.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#9BBF15 (or 0x9BBF15) is known color: Citrus. HEX triplet: 9B, BF and 15. RGB value is (155,191,21). Sum of RGB (Red+Green+Blue) = 155+191+21=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBF15 is #6440EA. Grayscale: #A1A1A1. Windows color (decimal): -6570219 or 1425307. OLE color: 1425307.

HSL color Cylindrical-coordinate representation of color #9BBF15: hue angle of 72.71º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BBF15 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 191 21 -
CMYK 0.19 0 0.89 0.25
HSL 72.71º 0.8% 0.42% -
HSV(B) 72.71º 0.89% 0.75% -
XYZ 32.28 44.28 7.56 -
YUV 160.86 49.07 123.82 -
System Red Green Blue C M Y K H S L
Decimal 155 191 21 0.19 0 0.89 0.25 72.71 0.8 0.42
Hex 9B BF 15 13 0 59 19 49 50 2A
Octal 233 277 25 23 0 131 31 111 120 52
Binary 10011011 10111111 10101 10011 0 1011001 11001 1001001 1010000 101010

Color Harmonies of #9BBF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBF15

Black with #9BBF15

Text Example


Text Example

White with #9BBF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BBF15; }

 p { color: rgb(155,191,21); }

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

background-color css

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

 a { background-color: rgb(155,191,21); }

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

border-color css

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

 span { border-color: rgb(155,191,21); }

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