Html Css Color HEX #BCCC75 Pine Glade

📋 copy color: '#BCCC75'

red 188 ◦ green 204 ◦ blue 117

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

Shades of Pine Glade #BCCC75

Tints of Pine Glade #BCCC75

RGB

 RED value IS 188 (73.83% from 255) = 36.94%

 GREEN value IS 204 (80.08% from 255) = 40.08%

 BLUE value IS 117 (46.09% from 255) = 22.99%

R = 36.94%
G = 40.08%
B = 22.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#BCCC75 (or 0xBCCC75) is known color: Pine Glade. HEX triplet: BC, CC and 75. RGB value is (188,204,117). Sum of RGB (Red+Green+Blue) = 188+204+117=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC75 is #43338A. Grayscale: #BDBDBD. Windows color (decimal): -4404107 or 7720124. OLE color: 7720124.

HSL color Cylindrical-coordinate representation of color #BCCC75: hue angle of 71.03º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCCC75 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 117 -
CMYK 0.08 0 0.43 0.2
HSL 71.03º 0.46% 0.63% -
HSV(B) 71.03º 0.43% 0.8% -
XYZ 45.54 55.16 25.08 -
YUV 189.3 87.2 127.07 -
System Red Green Blue C M Y K H S L
Decimal 188 204 117 0.08 0 0.43 0.2 71.03 0.46 0.63
Hex BC CC 75 8 0 2B 14 47 2E 3F
Octal 274 314 165 10 0 53 24 107 56 77
Binary 10111100 11001100 1110101 1000 0 101011 10100 1000111 101110 111111

Color Harmonies of #BCCC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC75

Black with #BCCC75

Text Example


Text Example

White with #BCCC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC75; }

 p { color: rgb(188,204,117); }

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

background-color css

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

 a { background-color: rgb(188,204,117); }

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

border-color css

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

 span { border-color: rgb(188,204,117); }

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