Html Css Color HEX #BDC07F Pine Glade

📋 copy color: '#BDC07F'

red 189 ◦ green 192 ◦ blue 127

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

Shades of Pine Glade #BDC07F

Tints of Pine Glade #BDC07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.8%

 BLUE value IS 127 (50% from 255) = 25%

R = 37.2%
G = 37.8%
B = 25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BDC07F (or 0xBDC07F) is known color: Pine Glade. HEX triplet: BD, C0 and 7F. RGB value is (189,192,127). Sum of RGB (Red+Green+Blue) = 189+192+127=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC07F is #423F80. Grayscale: #B7B7B7. Windows color (decimal): -4341633 or 8372413. OLE color: 8372413.

HSL color Cylindrical-coordinate representation of color #BDC07F: hue angle of 62.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDC07F is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 127 -
CMYK 0.02 0 0.34 0.25
HSL 62.77º 0.34% 0.63% -
HSV(B) 62.77º 0.34% 0.75% -
XYZ 43.67 50.05 27.44 -
YUV 183.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 189 192 127 0.02 0 0.34 0.25 62.77 0.34 0.63
Hex BD C0 7F 2 0 22 19 3F 22 3F
Octal 275 300 177 2 0 42 31 77 42 77
Binary 10111101 11000000 1111111 10 0 100010 11001 111111 100010 111111

Color Harmonies of #BDC07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC07F

Black with #BDC07F

Text Example


Text Example

White with #BDC07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC07F; }

 p { color: rgb(189,192,127); }

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

background-color css

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

 a { background-color: rgb(189,192,127); }

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

border-color css

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

 span { border-color: rgb(189,192,127); }

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