Html Css Color HEX #8CB307 Citrus

📋 copy color: '#8CB307'

red 140 ◦ green 179 ◦ blue 7

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

Shades of Citrus #8CB307

Tints of Citrus #8CB307

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.91%

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 42.94%
G = 54.91%
B = 2.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#8CB307 (or 0x8CB307) is known color: Citrus. HEX triplet: 8C, B3 and 07. RGB value is (140,179,7). Sum of RGB (Red+Green+Blue) = 140+179+7=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB307 is #734CF8. Grayscale: #949494. Windows color (decimal): -7556345 or 504716. OLE color: 504716.

HSL color Cylindrical-coordinate representation of color #8CB307: hue angle of 73.6º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CB307 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 179 7 -
CMYK 0.22 0 0.96 0.30
HSL 73.6º 0.92% 0.36% -
HSV(B) 73.6º 0.96% 0.7% -
XYZ 26.97 37.83 6.08 -
YUV 147.73 48.58 122.49 -
System Red Green Blue C M Y K H S L
Decimal 140 179 7 0.22 0 0.96 0.30 73.6 0.92 0.36
Hex 8C B3 7 16 0 60 1E 4A 5C 24
Octal 214 263 7 26 0 140 36 112 134 44
Binary 10001100 10110011 111 10110 0 1100000 11110 1001010 1011100 100100

Color Harmonies of #8CB307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB307

Black with #8CB307

Text Example


Text Example

White with #8CB307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,179,7); }

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

background-color css

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

 a { background-color: rgb(140,179,7); }

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

border-color css

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

 span { border-color: rgb(140,179,7); }

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