Html Css Color HEX #8CB603 Citrus

📋 copy color: '#8CB603'

red 140 ◦ green 182 ◦ blue 3

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

Shades of Citrus #8CB603

Tints of Citrus #8CB603

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56%

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 43.08%
G = 56%
B = 0.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#8CB603 (or 0x8CB603) is known color: Citrus. HEX triplet: 8C, B6 and 03. RGB value is (140,182,3). Sum of RGB (Red+Green+Blue) = 140+182+3=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 182 (71.48% from 255 or 56% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB603 is #7349FC. Grayscale: #959595. Windows color (decimal): -7555581 or 243340. OLE color: 243340.

HSL color Cylindrical-coordinate representation of color #8CB603: hue angle of 74.08º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CB603 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 182 3 -
CMYK 0.23 0 0.98 0.29
HSL 74.08º 0.97% 0.36% -
HSV(B) 74.08º 0.98% 0.71% -
XYZ 27.56 39.04 6.17 -
YUV 149.04 45.59 121.55 -
System Red Green Blue C M Y K H S L
Decimal 140 182 3 0.23 0 0.98 0.29 74.08 0.97 0.36
Hex 8C B6 3 17 0 62 1D 4A 61 24
Octal 214 266 3 27 0 142 35 112 141 44
Binary 10001100 10110110 11 10111 0 1100010 11101 1001010 1100001 100100

Color Harmonies of #8CB603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB603

Black with #8CB603

Text Example


Text Example

White with #8CB603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,182,3); }

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

background-color css

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

 a { background-color: rgb(140,182,3); }

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

border-color css

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

 span { border-color: rgb(140,182,3); }

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