Html Css Color HEX #9BC705 Citrus

📋 copy color: '#9BC705'

red 155 ◦ green 199 ◦ blue 5

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

Shades of Citrus #9BC705

Tints of Citrus #9BC705

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.43%

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 43.18%
G = 55.43%
B = 1.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#9BC705 (or 0x9BC705) is known color: Citrus. HEX triplet: 9B, C7 and 05. RGB value is (155,199,5). Sum of RGB (Red+Green+Blue) = 155+199+5=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 199 (78.12% from 255 or 55.43% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC705 is #6438FA. Grayscale: #A4A4A4. Windows color (decimal): -6568187 or 378779. OLE color: 378779.

HSL color Cylindrical-coordinate representation of color #9BC705: hue angle of 73.61º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BC705 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 199 5 -
CMYK 0.22 0 0.97 0.22
HSL 73.61º 0.95% 0.4% -
HSV(B) 73.61º 0.97% 0.78% -
XYZ 33.97 47.83 7.58 -
YUV 163.73 38.42 121.77 -
System Red Green Blue C M Y K H S L
Decimal 155 199 5 0.22 0 0.97 0.22 73.61 0.95 0.4
Hex 9B C7 5 16 0 61 16 4A 5F 28
Octal 233 307 5 26 0 141 26 112 137 50
Binary 10011011 11000111 101 10110 0 1100001 10110 1001010 1011111 101000

Color Harmonies of #9BC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC705

Black with #9BC705

Text Example


Text Example

White with #9BC705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,199,5); }

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

background-color css

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

 a { background-color: rgb(155,199,5); }

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

border-color css

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

 span { border-color: rgb(155,199,5); }

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