Html Css Color HEX #BCC37B Pine Glade

📋 copy color: '#BCC37B'

red 188 ◦ green 195 ◦ blue 123

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

Shades of Pine Glade #BCC37B

Tints of Pine Glade #BCC37B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.54%

 BLUE value IS 123 (48.44% from 255) = 24.31%

R = 37.15%
G = 38.54%
B = 24.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#BCC37B (or 0xBCC37B) is known color: Pine Glade. HEX triplet: BC, C3 and 7B. RGB value is (188,195,123). Sum of RGB (Red+Green+Blue) = 188+195+123=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC37B is #433C84. Grayscale: #B8B8B8. Windows color (decimal): -4406405 or 8111036. OLE color: 8111036.

HSL color Cylindrical-coordinate representation of color #BCC37B: hue angle of 65.83º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCC37B is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 123 -
CMYK 0.04 0 0.37 0.24
HSL 65.83º 0.38% 0.62% -
HSV(B) 65.83º 0.37% 0.76% -
XYZ 43.83 51.15 26.3 -
YUV 184.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 188 195 123 0.04 0 0.37 0.24 65.83 0.38 0.62
Hex BC C3 7B 4 0 25 18 42 26 3E
Octal 274 303 173 4 0 45 30 102 46 76
Binary 10111100 11000011 1111011 100 0 100101 11000 1000010 100110 111110

Color Harmonies of #BCC37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC37B

Black with #BCC37B

Text Example


Text Example

White with #BCC37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC37B; }

 p { color: rgb(188,195,123); }

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

background-color css

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

 a { background-color: rgb(188,195,123); }

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

border-color css

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

 span { border-color: rgb(188,195,123); }

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