Html Css Color HEX #BDC471 Pine Glade

📋 copy color: '#BDC471'

red 189 ◦ green 196 ◦ blue 113

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

Shades of Pine Glade #BDC471

Tints of Pine Glade #BDC471

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.36%

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

R = 37.95%
G = 39.36%
B = 22.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#BDC471 (or 0xBDC471) is known color: Pine Glade. HEX triplet: BD, C4 and 71. RGB value is (189,196,113). Sum of RGB (Red+Green+Blue) = 189+196+113=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC471 is #423B8E. Grayscale: #B8B8B8. Windows color (decimal): -4340623 or 7455933. OLE color: 7455933.

HSL color Cylindrical-coordinate representation of color #BDC471: hue angle of 65.06º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDC471 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 113 -
CMYK 0.04 0 0.42 0.23
HSL 65.06º 0.41% 0.61% -
HSV(B) 65.06º 0.42% 0.77% -
XYZ 43.71 51.49 23.26 -
YUV 184.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 189 196 113 0.04 0 0.42 0.23 65.06 0.41 0.61
Hex BD C4 71 4 0 2A 17 41 29 3D
Octal 275 304 161 4 0 52 27 101 51 75
Binary 10111101 11000100 1110001 100 0 101010 10111 1000001 101001 111101

Color Harmonies of #BDC471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC471

Black with #BDC471

Text Example


Text Example

White with #BDC471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC471; }

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

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

background-color css

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

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

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

border-color css

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

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

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