Html Css Color HEX #BDC38A Pine Glade

📋 copy color: '#BDC38A'

red 189 ◦ green 195 ◦ blue 138

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

Shades of Pine Glade #BDC38A

Tints of Pine Glade #BDC38A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.36%

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

R = 36.21%
G = 37.36%
B = 26.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#BDC38A (or 0xBDC38A) is known color: Pine Glade. HEX triplet: BD, C3 and 8A. RGB value is (189,195,138). Sum of RGB (Red+Green+Blue) = 189+195+138=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC38A is #423C75. Grayscale: #BABABA. Windows color (decimal): -4340854 or 9094077. OLE color: 9094077.

HSL color Cylindrical-coordinate representation of color #BDC38A: hue angle of 66.32º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDC38A is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 138 -
CMYK 0.03 0 0.29 0.24
HSL 66.32º 0.32% 0.65% -
HSV(B) 66.32º 0.29% 0.76% -
XYZ 45.09 51.68 31.64 -
YUV 186.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 189 195 138 0.03 0 0.29 0.24 66.32 0.32 0.65
Hex BD C3 8A 3 0 1D 18 42 20 41
Octal 275 303 212 3 0 35 30 102 40 101
Binary 10111101 11000011 10001010 11 0 11101 11000 1000010 100000 1000001

Color Harmonies of #BDC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC38A

Black with #BDC38A

Text Example


Text Example

White with #BDC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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