Html Css Color HEX #9BC506 Citrus

📋 copy color: '#9BC506'

red 155 ◦ green 197 ◦ blue 6

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

Shades of Citrus #9BC506

Tints of Citrus #9BC506

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.03%

 BLUE value IS 6 (2.73% from 255) = 1.68%

R = 43.3%
G = 55.03%
B = 1.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#9BC506 (or 0x9BC506) is known color: Citrus. HEX triplet: 9B, C5 and 06. RGB value is (155,197,6). Sum of RGB (Red+Green+Blue) = 155+197+6=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC506 is #643AF9. Grayscale: #A3A3A3. Windows color (decimal): -6568698 or 443803. OLE color: 443803.

HSL color Cylindrical-coordinate representation of color #9BC506: hue angle of 73.19º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BC506 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 197 6 -
CMYK 0.21 0 0.97 0.23
HSL 73.19º 0.94% 0.4% -
HSV(B) 73.19º 0.97% 0.77% -
XYZ 33.52 46.91 7.46 -
YUV 162.67 39.59 122.53 -
System Red Green Blue C M Y K H S L
Decimal 155 197 6 0.21 0 0.97 0.23 73.19 0.94 0.4
Hex 9B C5 6 15 0 61 17 49 5E 28
Octal 233 305 6 25 0 141 27 111 136 50
Binary 10011011 11000101 110 10101 0 1100001 10111 1001001 1011110 101000

Color Harmonies of #9BC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC506

Black with #9BC506

Text Example


Text Example

White with #9BC506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,197,6); }

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

background-color css

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

 a { background-color: rgb(155,197,6); }

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

border-color css

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

 span { border-color: rgb(155,197,6); }

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