Html Css Color HEX #BCCB73 Pine Glade

📋 copy color: '#BCCB73'

red 188 ◦ green 203 ◦ blue 115

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

Shades of Pine Glade #BCCB73

Tints of Pine Glade #BCCB73

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.12%

 BLUE value IS 115 (45.31% from 255) = 22.73%

R = 37.15%
G = 40.12%
B = 22.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#BCCB73 (or 0xBCCB73) is known color: Pine Glade. HEX triplet: BC, CB and 73. RGB value is (188,203,115). Sum of RGB (Red+Green+Blue) = 188+203+115=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB73 is #43348C. Grayscale: #BCBCBC. Windows color (decimal): -4404365 or 7588796. OLE color: 7588796.

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

Color convert

RGB 188 203 115 -
CMYK 0.07 0 0.43 0.20
HSL 70.23º 0.46% 0.62% -
HSV(B) 70.23º 0.43% 0.8% -
XYZ 45.19 54.64 24.38 -
YUV 188.48 86.53 127.66 -
System Red Green Blue C M Y K H S L
Decimal 188 203 115 0.07 0 0.43 0.20 70.23 0.46 0.62
Hex BC CB 73 7 0 2B 14 46 2E 3E
Octal 274 313 163 7 0 53 24 106 56 76
Binary 10111100 11001011 1110011 111 0 101011 10100 1000110 101110 111110

Color Harmonies of #BCCB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB73

Black with #BCCB73

Text Example


Text Example

White with #BCCB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB73; }

 p { color: rgb(188,203,115); }

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

background-color css

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

 a { background-color: rgb(188,203,115); }

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

border-color css

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

 span { border-color: rgb(188,203,115); }

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