Html Css Color HEX #9CBC03 Citrus

📋 copy color: '#9CBC03'

red 156 ◦ green 188 ◦ blue 3

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

Shades of Citrus #9CBC03

Tints of Citrus #9CBC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 44.96%
G = 54.18%
B = 0.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#9CBC03 (or 0x9CBC03) is known color: Citrus. HEX triplet: 9C, BC and 03. RGB value is (156,188,3). Sum of RGB (Red+Green+Blue) = 156+188+3=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBC03 is #6343FC. Grayscale: #9E9E9E. Windows color (decimal): -6505469 or 244892. OLE color: 244892.

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

Color convert

RGB 156 188 3 -
CMYK 0.17 0 0.98 0.26
HSL 70.38º 0.97% 0.37% -
HSV(B) 70.38º 0.98% 0.74% -
XYZ 31.71 43.04 6.72 -
YUV 157.34 40.9 127.04 -
System Red Green Blue C M Y K H S L
Decimal 156 188 3 0.17 0 0.98 0.26 70.38 0.97 0.37
Hex 9C BC 3 11 0 62 1A 46 61 25
Octal 234 274 3 21 0 142 32 106 141 45
Binary 10011100 10111100 11 10001 0 1100010 11010 1000110 1100001 100101

Color Harmonies of #9CBC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC03

Black with #9CBC03

Text Example


Text Example

White with #9CBC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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