Html Css Color HEX #9BC605 Citrus

📋 copy color: '#9BC605'

red 155 ◦ green 198 ◦ blue 5

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

Shades of Citrus #9BC605

Tints of Citrus #9BC605

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.31%

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

R = 43.3%
G = 55.31%
B = 1.4%

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

#9BC605 (or 0x9BC605) is known color: Citrus. HEX triplet: 9B, C6 and 05. RGB value is (155,198,5). Sum of RGB (Red+Green+Blue) = 155+198+5=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC605 is #6439FA. Grayscale: #A3A3A3. Windows color (decimal): -6568443 or 378523. OLE color: 378523.

HSL color Cylindrical-coordinate representation of color #9BC605: hue angle of 73.37º 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 #9BC605 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 198 5 -
CMYK 0.22 0 0.97 0.22
HSL 73.37º 0.95% 0.4% -
HSV(B) 73.37º 0.97% 0.78% -
XYZ 33.74 47.37 7.51 -
YUV 163.14 38.75 122.19 -
System Red Green Blue C M Y K H S L
Decimal 155 198 5 0.22 0 0.97 0.22 73.37 0.95 0.4
Hex 9B C6 5 16 0 61 16 49 5F 28
Octal 233 306 5 26 0 141 26 111 137 50
Binary 10011011 11000110 101 10110 0 1100001 10110 1001001 1011111 101000

Color Harmonies of #9BC605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC605

Black with #9BC605

Text Example


Text Example

White with #9BC605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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