Html Css Color HEX #9CBC02 Citrus

📋 copy color: '#9CBC02'

red 156 ◦ green 188 ◦ blue 2

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

Shades of Citrus #9CBC02

Tints of Citrus #9CBC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 45.09%
G = 54.34%
B = 0.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#9CBC02 (or 0x9CBC02) is known color: Citrus. HEX triplet: 9C, BC and 02. RGB value is (156,188,2). Sum of RGB (Red+Green+Blue) = 156+188+2=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBC02 is #6343FD. Grayscale: #9D9D9D. Windows color (decimal): -6505470 or 179356. OLE color: 179356.

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

Color convert

RGB 156 188 2 -
CMYK 0.17 0 0.99 0.26
HSL 70.32º 0.98% 0.37% -
HSV(B) 70.32º 0.99% 0.74% -
XYZ 31.7 43.04 6.69 -
YUV 157.23 40.4 127.12 -
System Red Green Blue C M Y K H S L
Decimal 156 188 2 0.17 0 0.99 0.26 70.32 0.98 0.37
Hex 9C BC 2 11 0 63 1A 46 62 25
Octal 234 274 2 21 0 143 32 106 142 45
Binary 10011100 10111100 10 10001 0 1100011 11010 1000110 1100010 100101

Color Harmonies of #9CBC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC02

Black with #9CBC02

Text Example


Text Example

White with #9CBC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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