Html Css Color HEX #BDC771 Pine Glade

📋 copy color: '#BDC771'

red 189 ◦ green 199 ◦ blue 113

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

Shades of Pine Glade #BDC771

Tints of Pine Glade #BDC771

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.72%

 BLUE value IS 113 (44.53% from 255) = 22.55%

R = 37.72%
G = 39.72%
B = 22.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#BDC771 (or 0xBDC771) is known color: Pine Glade. HEX triplet: BD, C7 and 71. RGB value is (189,199,113). Sum of RGB (Red+Green+Blue) = 189+199+113=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC771 is #42388E. Grayscale: #BABABA. Windows color (decimal): -4339855 or 7456701. OLE color: 7456701.

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

Color convert

RGB 189 199 113 -
CMYK 0.05 0 0.43 0.22
HSL 66.98º 0.43% 0.61% -
HSV(B) 66.98º 0.43% 0.78% -
XYZ 44.39 52.86 23.49 -
YUV 186.21 86.69 129.99 -
System Red Green Blue C M Y K H S L
Decimal 189 199 113 0.05 0 0.43 0.22 66.98 0.43 0.61
Hex BD C7 71 5 0 2B 16 43 2B 3D
Octal 275 307 161 5 0 53 26 103 53 75
Binary 10111101 11000111 1110001 101 0 101011 10110 1000011 101011 111101

Color Harmonies of #BDC771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC771

Black with #BDC771

Text Example


Text Example

White with #BDC771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC771; }

 p { color: rgb(189,199,113); }

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

background-color css

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

 a { background-color: rgb(189,199,113); }

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

border-color css

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

 span { border-color: rgb(189,199,113); }

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