Html Css Color HEX #BDCC7C Pine Glade

📋 copy color: '#BDCC7C'

red 189 ◦ green 204 ◦ blue 124

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

Shades of Pine Glade #BDCC7C

Tints of Pine Glade #BDCC7C

RGB

 RED value IS 189 (74.22% from 255) = 36.56%

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

 BLUE value IS 124 (48.83% from 255) = 23.98%

R = 36.56%
G = 39.46%
B = 23.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#BDCC7C (or 0xBDCC7C) is known color: Pine Glade. HEX triplet: BD, CC and 7C. RGB value is (189,204,124). Sum of RGB (Red+Green+Blue) = 189+204+124=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC7C is #423383. Grayscale: #BEBEBE. Windows color (decimal): -4338564 or 8178877. OLE color: 8178877.

HSL color Cylindrical-coordinate representation of color #BDCC7C: hue angle of 71.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDCC7C is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 124 -
CMYK 0.07 0 0.39 0.2
HSL 71.25º 0.44% 0.64% -
HSV(B) 71.25º 0.39% 0.8% -
XYZ 46.22 55.46 27.34 -
YUV 190.4 90.53 127 -
System Red Green Blue C M Y K H S L
Decimal 189 204 124 0.07 0 0.39 0.2 71.25 0.44 0.64
Hex BD CC 7C 7 0 27 14 47 2C 40
Octal 275 314 174 7 0 47 24 107 54 100
Binary 10111101 11001100 1111100 111 0 100111 10100 1000111 101100 1000000

Color Harmonies of #BDCC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC7C

Black with #BDCC7C

Text Example


Text Example

White with #BDCC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC7C; }

 p { color: rgb(189,204,124); }

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

background-color css

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

 a { background-color: rgb(189,204,124); }

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

border-color css

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

 span { border-color: rgb(189,204,124); }

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