Html Css Color HEX #9BBC16 Citrus

📋 copy color: '#9BBC16'

red 155 ◦ green 188 ◦ blue 22

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

Shades of Citrus #9BBC16

Tints of Citrus #9BBC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.03%

R = 42.47%
G = 51.51%
B = 6.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#9BBC16 (or 0x9BBC16) is known color: Citrus. HEX triplet: 9B, BC and 16. RGB value is (155,188,22). Sum of RGB (Red+Green+Blue) = 155+188+22=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC16 is #6443E9. Grayscale: #9F9F9F. Windows color (decimal): -6570986 or 1490075. OLE color: 1490075.

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

Color convert

RGB 155 188 22 -
CMYK 0.18 0 0.88 0.26
HSL 71.93º 0.79% 0.41% -
HSV(B) 71.93º 0.88% 0.74% -
XYZ 31.65 42.99 7.39 -
YUV 159.21 50.57 125 -
System Red Green Blue C M Y K H S L
Decimal 155 188 22 0.18 0 0.88 0.26 71.93 0.79 0.41
Hex 9B BC 16 12 0 58 1A 48 4F 29
Octal 233 274 26 22 0 130 32 110 117 51
Binary 10011011 10111100 10110 10010 0 1011000 11010 1001000 1001111 101001

Color Harmonies of #9BBC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC16

Black with #9BBC16

Text Example


Text Example

White with #9BBC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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