Html Css Color HEX #BDC48A Pine Glade

📋 copy color: '#BDC48A'

red 189 ◦ green 196 ◦ blue 138

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

Shades of Pine Glade #BDC48A

Tints of Pine Glade #BDC48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.39%

R = 36.14%
G = 37.48%
B = 26.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#BDC48A (or 0xBDC48A) is known color: Pine Glade. HEX triplet: BD, C4 and 8A. RGB value is (189,196,138). Sum of RGB (Red+Green+Blue) = 189+196+138=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC48A is #423B75. Grayscale: #BBBBBB. Windows color (decimal): -4340598 or 9094333. OLE color: 9094333.

HSL color Cylindrical-coordinate representation of color #BDC48A: hue angle of 67.24º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDC48A is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 138 -
CMYK 0.04 0 0.30 0.23
HSL 67.24º 0.33% 0.65% -
HSV(B) 67.24º 0.3% 0.77% -
XYZ 45.31 52.13 31.72 -
YUV 187.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 189 196 138 0.04 0 0.30 0.23 67.24 0.33 0.65
Hex BD C4 8A 4 0 1E 17 43 21 41
Octal 275 304 212 4 0 36 27 103 41 101
Binary 10111101 11000100 10001010 100 0 11110 10111 1000011 100001 1000001

Color Harmonies of #BDC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC48A

Black with #BDC48A

Text Example


Text Example

White with #BDC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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