Html Css Color HEX #BCC474 Pine Glade

📋 copy color: '#BCC474'

red 188 ◦ green 196 ◦ blue 116

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

Shades of Pine Glade #BCC474

Tints of Pine Glade #BCC474

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.2%

 BLUE value IS 116 (45.7% from 255) = 23.2%

R = 37.6%
G = 39.2%
B = 23.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#BCC474 (or 0xBCC474) is known color: Pine Glade. HEX triplet: BC, C4 and 74. RGB value is (188,196,116). Sum of RGB (Red+Green+Blue) = 188+196+116=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC474 is #433B8B. Grayscale: #B8B8B8. Windows color (decimal): -4406156 or 7652540. OLE color: 7652540.

HSL color Cylindrical-coordinate representation of color #BCC474: hue angle of 66º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCC474 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 116 -
CMYK 0.04 0 0.41 0.23
HSL 66º 0.4% 0.61% -
HSV(B) 66º 0.41% 0.77% -
XYZ 43.63 51.43 24.15 -
YUV 184.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 188 196 116 0.04 0 0.41 0.23 66 0.4 0.61
Hex BC C4 74 4 0 29 17 42 28 3D
Octal 274 304 164 4 0 51 27 102 50 75
Binary 10111100 11000100 1110100 100 0 101001 10111 1000010 101000 111101

Color Harmonies of #BCC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC474

Black with #BCC474

Text Example


Text Example

White with #BCC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC474; }

 p { color: rgb(188,196,116); }

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

background-color css

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

 a { background-color: rgb(188,196,116); }

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

border-color css

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

 span { border-color: rgb(188,196,116); }

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