Html Css Color HEX #BDC07E Pine Glade

📋 copy color: '#BDC07E'

red 189 ◦ green 192 ◦ blue 126

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

Shades of Pine Glade #BDC07E

Tints of Pine Glade #BDC07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.85%

R = 37.28%
G = 37.87%
B = 24.85%

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

#BDC07E (or 0xBDC07E) is known color: Pine Glade. HEX triplet: BD, C0 and 7E. RGB value is (189,192,126). Sum of RGB (Red+Green+Blue) = 189+192+126=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC07E is #423F81. Grayscale: #B7B7B7. Windows color (decimal): -4341634 or 8306877. OLE color: 8306877.

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

Color convert

RGB 189 192 126 -
CMYK 0.02 0 0.34 0.25
HSL 62.73º 0.34% 0.62% -
HSV(B) 62.73º 0.34% 0.75% -
XYZ 43.6 50.02 27.1 -
YUV 183.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 189 192 126 0.02 0 0.34 0.25 62.73 0.34 0.62
Hex BD C0 7E 2 0 22 19 3F 22 3E
Octal 275 300 176 2 0 42 31 77 42 76
Binary 10111101 11000000 1111110 10 0 100010 11001 111111 100010 111110

Color Harmonies of #BDC07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC07E

Black with #BDC07E

Text Example


Text Example

White with #BDC07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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