Html Css Color HEX #8CB303 Citrus

📋 copy color: '#8CB303'

red 140 ◦ green 179 ◦ blue 3

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

Shades of Citrus #8CB303

Tints of Citrus #8CB303

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.59%

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

R = 43.48%
G = 55.59%
B = 0.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#8CB303 (or 0x8CB303) is known color: Citrus. HEX triplet: 8C, B3 and 03. RGB value is (140,179,3). Sum of RGB (Red+Green+Blue) = 140+179+3=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 179 (70.31% from 255 or 55.59% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB303 is #734CFC. Grayscale: #939393. Windows color (decimal): -7556349 or 242572. OLE color: 242572.

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

Color convert

RGB 140 179 3 -
CMYK 0.22 0 0.98 0.30
HSL 73.3º 0.97% 0.36% -
HSV(B) 73.3º 0.98% 0.7% -
XYZ 26.95 37.82 5.97 -
YUV 147.28 46.58 122.81 -
System Red Green Blue C M Y K H S L
Decimal 140 179 3 0.22 0 0.98 0.30 73.3 0.97 0.36
Hex 8C B3 3 16 0 62 1E 49 61 24
Octal 214 263 3 26 0 142 36 111 141 44
Binary 10001100 10110011 11 10110 0 1100010 11110 1001001 1100001 100100

Color Harmonies of #8CB303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB303

Black with #8CB303

Text Example


Text Example

White with #8CB303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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