Html Css Color HEX #8CB10F Citrus

📋 copy color: '#8CB10F'

red 140 ◦ green 177 ◦ blue 15

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

Shades of Citrus #8CB10F

Tints of Citrus #8CB10F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 53.31%

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 42.17%
G = 53.31%
B = 4.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#8CB10F (or 0x8CB10F) is known color: Citrus. HEX triplet: 8C, B1 and 0F. RGB value is (140,177,15). Sum of RGB (Red+Green+Blue) = 140+177+15=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 177 (69.53% from 255 or 53.31% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB10F is #734EF0. Grayscale: #949494. Windows color (decimal): -7556849 or 1028492. OLE color: 1028492.

HSL color Cylindrical-coordinate representation of color #8CB10F: hue angle of 73.7º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CB10F is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 177 15 -
CMYK 0.21 0 0.92 0.31
HSL 73.7º 0.84% 0.38% -
HSV(B) 73.7º 0.92% 0.69% -
XYZ 26.62 37.05 6.2 -
YUV 147.47 53.24 122.67 -
System Red Green Blue C M Y K H S L
Decimal 140 177 15 0.21 0 0.92 0.31 73.7 0.84 0.38
Hex 8C B1 F 15 0 5C 1F 4A 54 26
Octal 214 261 17 25 0 134 37 112 124 46
Binary 10001100 10110001 1111 10101 0 1011100 11111 1001010 1010100 100110

Color Harmonies of #8CB10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB10F

Black with #8CB10F

Text Example


Text Example

White with #8CB10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,177,15); }

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

background-color css

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

 a { background-color: rgb(140,177,15); }

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

border-color css

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

 span { border-color: rgb(140,177,15); }

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