Html Css Color HEX #8CBE08 Citrus

📋 copy color: '#8CBE08'

red 140 ◦ green 190 ◦ blue 8

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

Shades of Citrus #8CBE08

Tints of Citrus #8CBE08

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.21%

 BLUE value IS 8 (3.52% from 255) = 2.37%

R = 41.42%
G = 56.21%
B = 2.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#8CBE08 (or 0x8CBE08) is known color: Citrus. HEX triplet: 8C, BE and 08. RGB value is (140,190,8). Sum of RGB (Red+Green+Blue) = 140+190+8=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBE08 is #7341F7. Grayscale: #9A9A9A. Windows color (decimal): -7553528 or 573068. OLE color: 573068.

HSL color Cylindrical-coordinate representation of color #8CBE08: hue angle of 76.48º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CBE08 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 190 8 -
CMYK 0.26 0 0.96 0.25
HSL 76.48º 0.92% 0.39% -
HSV(B) 76.48º 0.96% 0.75% -
XYZ 29.27 42.42 6.87 -
YUV 154.3 45.44 117.8 -
System Red Green Blue C M Y K H S L
Decimal 140 190 8 0.26 0 0.96 0.25 76.48 0.92 0.39
Hex 8C BE 8 1A 0 60 19 4C 5C 27
Octal 214 276 10 32 0 140 31 114 134 47
Binary 10001100 10111110 1000 11010 0 1100000 11001 1001100 1011100 100111

Color Harmonies of #8CBE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBE08

Black with #8CBE08

Text Example


Text Example

White with #8CBE08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,190,8); }

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

background-color css

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

 a { background-color: rgb(140,190,8); }

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

border-color css

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

 span { border-color: rgb(140,190,8); }

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