Html Css Color HEX #9CBC00 Citrus

📋 copy color: '#9CBC00'

red 156 ◦ green 188 ◦ blue 0

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

Shades of Citrus #9CBC00

Tints of Citrus #9CBC00

RGB

 RED value IS 156 (61.33% from 255) = 45.35%

 GREEN value IS 188 (73.83% from 255) = 54.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.35%
G = 54.65%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#9CBC00 (or 0x9CBC00) is known color: Citrus. HEX triplet: 9C, BC and 00. RGB value is (156,188,0). Sum of RGB (Red+Green+Blue) = 156+188+0=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBC00 is #6343FF. Grayscale: #9D9D9D. Windows color (decimal): -6505472 or 48284. OLE color: 48284.

HSL color Cylindrical-coordinate representation of color #9CBC00: hue angle of 70.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CBC00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 188 0 -
CMYK 0.17 0 1 0.26
HSL 70.21º 1% 0.37% -
HSV(B) 70.21º 1% 0.74% -
XYZ 31.69 43.03 6.64 -
YUV 157 39.4 127.29 -
System Red Green Blue C M Y K H S L
Decimal 156 188 0 0.17 0 1 0.26 70.21 1 0.37
Hex 9C BC 0 11 0 64 1A 46 64 25
Octal 234 274 0 21 0 144 32 106 144 45
Binary 10011100 10111100 0 10001 0 1100100 11010 1000110 1100100 100101

Color Harmonies of #9CBC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC00

Black with #9CBC00

Text Example


Text Example

White with #9CBC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,188,0); }

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

background-color css

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

 a { background-color: rgb(156,188,0); }

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

border-color css

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

 span { border-color: rgb(156,188,0); }

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