Html Css Color HEX #8CBB0B Citrus

📋 copy color: '#8CBB0B'

red 140 ◦ green 187 ◦ blue 11

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

Shades of Citrus #8CBB0B

Tints of Citrus #8CBB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.25%

R = 41.42%
G = 55.33%
B = 3.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#8CBB0B (or 0x8CBB0B) is known color: Citrus. HEX triplet: 8C, BB and 0B. RGB value is (140,187,11). Sum of RGB (Red+Green+Blue) = 140+187+11=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBB0B is #7344F4. Grayscale: #999999. Windows color (decimal): -7554293 or 768908. OLE color: 768908.

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

Color convert

RGB 140 187 11 -
CMYK 0.25 0 0.94 0.27
HSL 76.02º 0.89% 0.39% -
HSV(B) 76.02º 0.94% 0.73% -
XYZ 28.65 41.14 6.75 -
YUV 152.88 47.93 118.81 -
System Red Green Blue C M Y K H S L
Decimal 140 187 11 0.25 0 0.94 0.27 76.02 0.89 0.39
Hex 8C BB B 19 0 5E 1B 4C 59 27
Octal 214 273 13 31 0 136 33 114 131 47
Binary 10001100 10111011 1011 11001 0 1011110 11011 1001100 1011001 100111

Color Harmonies of #8CBB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBB0B

Black with #8CBB0B

Text Example


Text Example

White with #8CBB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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