Html Css Color HEX #BDC87D Pine Glade

📋 copy color: '#BDC87D'

red 189 ◦ green 200 ◦ blue 125

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

Shades of Pine Glade #BDC87D

Tints of Pine Glade #BDC87D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.91%

 BLUE value IS 125 (49.22% from 255) = 24.32%

R = 36.77%
G = 38.91%
B = 24.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#BDC87D (or 0xBDC87D) is known color: Pine Glade. HEX triplet: BD, C8 and 7D. RGB value is (189,200,125). Sum of RGB (Red+Green+Blue) = 189+200+125=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC87D is #423782. Grayscale: #BCBCBC. Windows color (decimal): -4339587 or 8243389. OLE color: 8243389.

HSL color Cylindrical-coordinate representation of color #BDC87D: hue angle of 68.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDC87D is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 125 -
CMYK 0.06 0 0.38 0.22
HSL 68.8º 0.41% 0.64% -
HSV(B) 68.8º 0.38% 0.78% -
XYZ 45.34 53.61 27.36 -
YUV 188.16 92.36 128.6 -
System Red Green Blue C M Y K H S L
Decimal 189 200 125 0.06 0 0.38 0.22 68.8 0.41 0.64
Hex BD C8 7D 6 0 26 16 45 29 40
Octal 275 310 175 6 0 46 26 105 51 100
Binary 10111101 11001000 1111101 110 0 100110 10110 1000101 101001 1000000

Color Harmonies of #BDC87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC87D

Black with #BDC87D

Text Example


Text Example

White with #BDC87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC87D; }

 p { color: rgb(189,200,125); }

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

background-color css

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

 a { background-color: rgb(189,200,125); }

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

border-color css

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

 span { border-color: rgb(189,200,125); }

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