Html Css Color HEX #8C962B Citron

📋 copy color: '#8C962B'

red 140 ◦ green 150 ◦ blue 43

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

Shades of Citron #8C962B

Tints of Citron #8C962B

RGB

 RED value IS 140 (55.08% from 255) = 42.04%

 GREEN value IS 150 (58.98% from 255) = 45.05%

 BLUE value IS 43 (17.19% from 255) = 12.91%

R = 42.04%
G = 45.05%
B = 12.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#8C962B (or 0x8C962B) is known color: Citron. HEX triplet: 8C, 96 and 2B. RGB value is (140,150,43). Sum of RGB (Red+Green+Blue) = 140+150+43=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #8C962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C962B is #7369D4. Grayscale: #878787. Windows color (decimal): -7563733 or 2856588. OLE color: 2856588.

HSL color Cylindrical-coordinate representation of color #8C962B: hue angle of 65.61º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C962B is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 150 43 -
CMYK 0.07 0 0.71 0.41
HSL 65.61º 0.55% 0.38% -
HSV(B) 65.61º 0.71% 0.59% -
XYZ 22.16 27.56 6.44 -
YUV 134.81 76.19 131.7 -
System Red Green Blue C M Y K H S L
Decimal 140 150 43 0.07 0 0.71 0.41 65.61 0.55 0.38
Hex 8C 96 2B 7 0 47 29 42 37 26
Octal 214 226 53 7 0 107 51 102 67 46
Binary 10001100 10010110 101011 111 0 1000111 101001 1000010 110111 100110

Color Harmonies of #8C962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C962B

Black with #8C962B

Text Example


Text Example

White with #8C962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C962B; }

 p { color: rgb(140,150,43); }

 H1.HeaderClassName
 {
   color: #8C962B;
 }
 .AnyTagClassName
 {
   color: #8C962B;
 }
</style>

background-color css

<style>
 a { background-color: #8C962B; }

 a { background-color: rgb(140,150,43); }

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

border-color css

<style>
 span { border-color: #8C962B; }

 span { border-color: rgb(140,150,43); }

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