Html Css Color HEX #8CBC03 Citrus

📋 copy color: '#8CBC03'

red 140 ◦ green 188 ◦ blue 3

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

Shades of Citrus #8CBC03

Tints of Citrus #8CBC03

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.8%

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

R = 42.3%
G = 56.8%
B = 0.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#8CBC03 (or 0x8CBC03) is known color: Citrus. HEX triplet: 8C, BC and 03. RGB value is (140,188,3). Sum of RGB (Red+Green+Blue) = 140+188+3=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBC03 is #7343FC. Grayscale: #999999. Windows color (decimal): -7554045 or 244876. OLE color: 244876.

HSL color Cylindrical-coordinate representation of color #8CBC03: hue angle of 75.57º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CBC03 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 3 -
CMYK 0.26 0 0.98 0.26
HSL 75.57º 0.97% 0.37% -
HSV(B) 75.57º 0.98% 0.74% -
XYZ 28.81 41.55 6.59 -
YUV 152.56 43.6 119.04 -
System Red Green Blue C M Y K H S L
Decimal 140 188 3 0.26 0 0.98 0.26 75.57 0.97 0.37
Hex 8C BC 3 1A 0 62 1A 4C 61 25
Octal 214 274 3 32 0 142 32 114 141 45
Binary 10001100 10111100 11 11010 0 1100010 11010 1001100 1100001 100101

Color Harmonies of #8CBC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC03

Black with #8CBC03

Text Example


Text Example

White with #8CBC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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