Html Css Color HEX #BDCE7B Pine Glade

📋 copy color: '#BDCE7B'

red 189 ◦ green 206 ◦ blue 123

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

Shades of Pine Glade #BDCE7B

Tints of Pine Glade #BDCE7B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.77%

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

R = 36.49%
G = 39.77%
B = 23.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#BDCE7B (or 0xBDCE7B) is known color: Pine Glade. HEX triplet: BD, CE and 7B. RGB value is (189,206,123). Sum of RGB (Red+Green+Blue) = 189+206+123=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE7B is #423184. Grayscale: #BFBFBF. Windows color (decimal): -4338053 or 8113853. OLE color: 8113853.

HSL color Cylindrical-coordinate representation of color #BDCE7B: hue angle of 72.29º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDCE7B is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 123 -
CMYK 0.08 0 0.40 0.19
HSL 72.29º 0.46% 0.65% -
HSV(B) 72.29º 0.4% 0.81% -
XYZ 46.63 56.39 27.17 -
YUV 191.46 89.37 126.25 -
System Red Green Blue C M Y K H S L
Decimal 189 206 123 0.08 0 0.40 0.19 72.29 0.46 0.65
Hex BD CE 7B 8 0 28 13 48 2E 41
Octal 275 316 173 10 0 50 23 110 56 101
Binary 10111101 11001110 1111011 1000 0 101000 10011 1001000 101110 1000001

Color Harmonies of #BDCE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE7B

Black with #BDCE7B

Text Example


Text Example

White with #BDCE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE7B; }

 p { color: rgb(189,206,123); }

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

background-color css

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

 a { background-color: rgb(189,206,123); }

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

border-color css

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

 span { border-color: rgb(189,206,123); }

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