Html Css Color HEX #9BB015 Citrus

📋 copy color: '#9BB015'

red 155 ◦ green 176 ◦ blue 21

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

Shades of Citrus #9BB015

Tints of Citrus #9BB015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50%

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

R = 44.03%
G = 50%
B = 5.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#9BB015 (or 0x9BB015) is known color: Citrus. HEX triplet: 9B, B0 and 15. RGB value is (155,176,21). Sum of RGB (Red+Green+Blue) = 155+176+21=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BB015 is #644FEA. Grayscale: #989898. Windows color (decimal): -6574059 or 1421467. OLE color: 1421467.

HSL color Cylindrical-coordinate representation of color #9BB015: hue angle of 68.13º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BB015 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 176 21 -
CMYK 0.12 0 0.88 0.31
HSL 68.13º 0.79% 0.39% -
HSV(B) 68.13º 0.88% 0.69% -
XYZ 29.18 38.07 6.52 -
YUV 152.05 54.04 130.1 -
System Red Green Blue C M Y K H S L
Decimal 155 176 21 0.12 0 0.88 0.31 68.13 0.79 0.39
Hex 9B B0 15 C 0 58 1F 44 4F 27
Octal 233 260 25 14 0 130 37 104 117 47
Binary 10011011 10110000 10101 1100 0 1011000 11111 1000100 1001111 100111

Color Harmonies of #9BB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB015

Black with #9BB015

Text Example


Text Example

White with #9BB015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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