Html Css Color HEX #9BBC15 Citrus

📋 copy color: '#9BBC15'

red 155 ◦ green 188 ◦ blue 21

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

Shades of Citrus #9BBC15

Tints of Citrus #9BBC15

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.65%

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

R = 42.58%
G = 51.65%
B = 5.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#9BBC15 (or 0x9BBC15) is known color: Citrus. HEX triplet: 9B, BC and 15. RGB value is (155,188,21). Sum of RGB (Red+Green+Blue) = 155+188+21=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC15 is #6443EA. Grayscale: #9F9F9F. Windows color (decimal): -6570987 or 1424539. OLE color: 1424539.

HSL color Cylindrical-coordinate representation of color #9BBC15: hue angle of 71.86º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BBC15 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 188 21 -
CMYK 0.18 0 0.89 0.26
HSL 71.86º 0.8% 0.41% -
HSV(B) 71.86º 0.89% 0.74% -
XYZ 31.64 42.99 7.34 -
YUV 159.1 50.07 125.08 -
System Red Green Blue C M Y K H S L
Decimal 155 188 21 0.18 0 0.89 0.26 71.86 0.8 0.41
Hex 9B BC 15 12 0 59 1A 48 50 29
Octal 233 274 25 22 0 131 32 110 120 51
Binary 10011011 10111100 10101 10010 0 1011001 11010 1001000 1010000 101001

Color Harmonies of #9BBC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC15

Black with #9BBC15

Text Example


Text Example

White with #9BBC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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