Html Css Color HEX #9CBC12 Citrus

📋 copy color: '#9CBC12'

red 156 ◦ green 188 ◦ blue 18

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

Shades of Citrus #9CBC12

Tints of Citrus #9CBC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.97%

R = 43.09%
G = 51.93%
B = 4.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#9CBC12 (or 0x9CBC12) is known color: Citrus. HEX triplet: 9C, BC and 12. RGB value is (156,188,18). Sum of RGB (Red+Green+Blue) = 156+188+18=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBC12 is #6343ED. Grayscale: #9F9F9F. Windows color (decimal): -6505454 or 1227932. OLE color: 1227932.

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

Color convert

RGB 156 188 18 -
CMYK 0.17 0 0.90 0.26
HSL 71.29º 0.83% 0.4% -
HSV(B) 71.29º 0.9% 0.74% -
XYZ 31.8 43.08 7.21 -
YUV 159.05 48.4 125.82 -
System Red Green Blue C M Y K H S L
Decimal 156 188 18 0.17 0 0.90 0.26 71.29 0.83 0.4
Hex 9C BC 12 11 0 5A 1A 47 53 28
Octal 234 274 22 21 0 132 32 107 123 50
Binary 10011100 10111100 10010 10001 0 1011010 11010 1000111 1010011 101000

Color Harmonies of #9CBC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC12

Black with #9CBC12

Text Example


Text Example

White with #9CBC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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