Html Css Color HEX #9BBC07 Citrus

📋 copy color: '#9BBC07'

red 155 ◦ green 188 ◦ blue 7

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

Shades of Citrus #9BBC07

Tints of Citrus #9BBC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2%

R = 44.29%
G = 53.71%
B = 2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#9BBC07 (or 0x9BBC07) is known color: Citrus. HEX triplet: 9B, BC and 07. RGB value is (155,188,7). Sum of RGB (Red+Green+Blue) = 155+188+7=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC07 is #6443F8. Grayscale: #9E9E9E. Windows color (decimal): -6571001 or 507035. OLE color: 507035.

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

Color convert

RGB 155 188 7 -
CMYK 0.18 0 0.96 0.26
HSL 70.94º 0.93% 0.38% -
HSV(B) 70.94º 0.96% 0.74% -
XYZ 31.54 42.95 6.83 -
YUV 157.5 43.07 126.22 -
System Red Green Blue C M Y K H S L
Decimal 155 188 7 0.18 0 0.96 0.26 70.94 0.93 0.38
Hex 9B BC 7 12 0 60 1A 47 5D 26
Octal 233 274 7 22 0 140 32 107 135 46
Binary 10011011 10111100 111 10010 0 1100000 11010 1000111 1011101 100110

Color Harmonies of #9BBC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC07

Black with #9BBC07

Text Example


Text Example

White with #9BBC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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