Html Css Color HEX #9BC808 Citrus

📋 copy color: '#9BC808'

red 155 ◦ green 200 ◦ blue 8

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

Shades of Citrus #9BC808

Tints of Citrus #9BC808

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.1%

 BLUE value IS 8 (3.52% from 255) = 2.2%

R = 42.7%
G = 55.1%
B = 2.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#9BC808 (or 0x9BC808) is known color: Citrus. HEX triplet: 9B, C8 and 08. RGB value is (155,200,8). Sum of RGB (Red+Green+Blue) = 155+200+8=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC808 is #6437F7. Grayscale: #A5A5A5. Windows color (decimal): -6567928 or 575643. OLE color: 575643.

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

Color convert

RGB 155 200 8 -
CMYK 0.22 0 0.96 0.22
HSL 74.06º 0.92% 0.41% -
HSV(B) 74.06º 0.96% 0.78% -
XYZ 34.22 48.29 7.75 -
YUV 164.66 39.59 121.11 -
System Red Green Blue C M Y K H S L
Decimal 155 200 8 0.22 0 0.96 0.22 74.06 0.92 0.41
Hex 9B C8 8 16 0 60 16 4A 5C 29
Octal 233 310 10 26 0 140 26 112 134 51
Binary 10011011 11001000 1000 10110 0 1100000 10110 1001010 1011100 101001

Color Harmonies of #9BC808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC808

Black with #9BC808

Text Example


Text Example

White with #9BC808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,200,8); }

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

background-color css

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

 a { background-color: rgb(155,200,8); }

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

border-color css

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

 span { border-color: rgb(155,200,8); }

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