Html Css Color HEX #8CBB08 Citrus

📋 copy color: '#8CBB08'

red 140 ◦ green 187 ◦ blue 8

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

Shades of Citrus #8CBB08

Tints of Citrus #8CBB08

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.82%

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

R = 41.79%
G = 55.82%
B = 2.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#8CBB08 (or 0x8CBB08) is known color: Citrus. HEX triplet: 8C, BB and 08. RGB value is (140,187,8). Sum of RGB (Red+Green+Blue) = 140+187+8=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBB08 is #7344F7. Grayscale: #999999. Windows color (decimal): -7554296 or 572300. OLE color: 572300.

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

Color convert

RGB 140 187 8 -
CMYK 0.25 0 0.96 0.27
HSL 75.75º 0.92% 0.38% -
HSV(B) 75.75º 0.96% 0.73% -
XYZ 28.63 41.13 6.66 -
YUV 152.54 46.43 119.05 -
System Red Green Blue C M Y K H S L
Decimal 140 187 8 0.25 0 0.96 0.27 75.75 0.92 0.38
Hex 8C BB 8 19 0 60 1B 4C 5C 26
Octal 214 273 10 31 0 140 33 114 134 46
Binary 10001100 10111011 1000 11001 0 1100000 11011 1001100 1011100 100110

Color Harmonies of #8CBB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBB08

Black with #8CBB08

Text Example


Text Example

White with #8CBB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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