Html Css Color HEX #8CB205 Citrus

📋 copy color: '#8CB205'

red 140 ◦ green 178 ◦ blue 5

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

Shades of Citrus #8CB205

Tints of Citrus #8CB205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 43.34%
G = 55.11%
B = 1.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#8CB205 (or 0x8CB205) is known color: Citrus. HEX triplet: 8C, B2 and 05. RGB value is (140,178,5). Sum of RGB (Red+Green+Blue) = 140+178+5=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 178 (69.92% from 255 or 55.11% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB205 is #734DFA. Grayscale: #939393. Windows color (decimal): -7556603 or 373388. OLE color: 373388.

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

Color convert

RGB 140 178 5 -
CMYK 0.21 0 0.97 0.30
HSL 73.18º 0.95% 0.36% -
HSV(B) 73.18º 0.97% 0.7% -
XYZ 26.76 37.43 5.96 -
YUV 146.92 47.91 123.07 -
System Red Green Blue C M Y K H S L
Decimal 140 178 5 0.21 0 0.97 0.30 73.18 0.95 0.36
Hex 8C B2 5 15 0 61 1E 49 5F 24
Octal 214 262 5 25 0 141 36 111 137 44
Binary 10001100 10110010 101 10101 0 1100001 11110 1001001 1011111 100100

Color Harmonies of #8CB205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB205

Black with #8CB205

Text Example


Text Example

White with #8CB205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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