Html Css Color HEX #9BCC0C Citrus

📋 copy color: '#9BCC0C'

red 155 ◦ green 204 ◦ blue 12

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

Shades of Citrus #9BCC0C

Tints of Citrus #9BCC0C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.99%

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 41.78%
G = 54.99%
B = 3.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#9BCC0C (or 0x9BCC0C) is known color: Citrus. HEX triplet: 9B, CC and 0C. RGB value is (155,204,12). Sum of RGB (Red+Green+Blue) = 155+204+12=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCC0C is #6433F3. Grayscale: #A8A8A8. Windows color (decimal): -6566900 or 838811. OLE color: 838811.

HSL color Cylindrical-coordinate representation of color #9BCC0C: hue angle of 75.31º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BCC0C is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 204 12 -
CMYK 0.24 0 0.94 0.2
HSL 75.31º 0.89% 0.42% -
HSV(B) 75.31º 0.94% 0.8% -
XYZ 35.18 50.18 8.18 -
YUV 167.46 40.27 119.11 -
System Red Green Blue C M Y K H S L
Decimal 155 204 12 0.24 0 0.94 0.2 75.31 0.89 0.42
Hex 9B CC C 18 0 5E 14 4B 59 2A
Octal 233 314 14 30 0 136 24 113 131 52
Binary 10011011 11001100 1100 11000 0 1011110 10100 1001011 1011001 101010

Color Harmonies of #9BCC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCC0C

Black with #9BCC0C

Text Example


Text Example

White with #9BCC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,204,12); }

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

background-color css

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

 a { background-color: rgb(155,204,12); }

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

border-color css

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

 span { border-color: rgb(155,204,12); }

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