Html Css Color HEX #BDC677 Pine Glade

📋 copy color: '#BDC677'

red 189 ◦ green 198 ◦ blue 119

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

Shades of Pine Glade #BDC677

Tints of Pine Glade #BDC677

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.13%

 BLUE value IS 119 (46.88% from 255) = 23.52%

R = 37.35%
G = 39.13%
B = 23.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#BDC677 (or 0xBDC677) is known color: Pine Glade. HEX triplet: BD, C6 and 77. RGB value is (189,198,119). Sum of RGB (Red+Green+Blue) = 189+198+119=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC677 is #423988. Grayscale: #BABABA. Windows color (decimal): -4340105 or 7849661. OLE color: 7849661.

HSL color Cylindrical-coordinate representation of color #BDC677: hue angle of 66.84º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC677 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 119 -
CMYK 0.05 0 0.40 0.22
HSL 66.84º 0.41% 0.62% -
HSV(B) 66.84º 0.4% 0.78% -
XYZ 44.51 52.54 25.25 -
YUV 186.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 189 198 119 0.05 0 0.40 0.22 66.84 0.41 0.62
Hex BD C6 77 5 0 28 16 43 29 3E
Octal 275 306 167 5 0 50 26 103 51 76
Binary 10111101 11000110 1110111 101 0 101000 10110 1000011 101001 111110

Color Harmonies of #BDC677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC677

Black with #BDC677

Text Example


Text Example

White with #BDC677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC677; }

 p { color: rgb(189,198,119); }

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

background-color css

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

 a { background-color: rgb(189,198,119); }

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

border-color css

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

 span { border-color: rgb(189,198,119); }

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