Html Css Color HEX #8CB200 Citrus

📋 copy color: '#8CB200'

red 140 ◦ green 178 ◦ blue 0

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

Shades of Citrus #8CB200

Tints of Citrus #8CB200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.97%

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

R = 44.03%
G = 55.97%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#8CB200 (or 0x8CB200) is known color: Citrus. HEX triplet: 8C, B2 and 00. RGB value is (140,178,0). Sum of RGB (Red+Green+Blue) = 140+178+0=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB200 is #734DFF. Grayscale: #939393. Windows color (decimal): -7556608 or 45708. OLE color: 45708.

HSL color Cylindrical-coordinate representation of color #8CB200: hue angle of 72.81º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CB200 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 178 0 -
CMYK 0.21 0 1 0.30
HSL 72.81º 1% 0.35% -
HSV(B) 72.81º 1% 0.7% -
XYZ 26.74 37.42 5.81 -
YUV 146.35 45.41 123.47 -
System Red Green Blue C M Y K H S L
Decimal 140 178 0 0.21 0 1 0.30 72.81 1 0.35
Hex 8C B2 0 15 0 64 1E 49 64 23
Octal 214 262 0 25 0 144 36 111 144 43
Binary 10001100 10110010 0 10101 0 1100100 11110 1001001 1100100 100011

Color Harmonies of #8CB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB200

Black with #8CB200

Text Example


Text Example

White with #8CB200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,178,0); }

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

background-color css

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

 a { background-color: rgb(140,178,0); }

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

border-color css

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

 span { border-color: rgb(140,178,0); }

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