Html Css Color HEX #BDC37B Pine Glade

📋 copy color: '#BDC37B'

red 189 ◦ green 195 ◦ blue 123

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

Shades of Pine Glade #BDC37B

Tints of Pine Glade #BDC37B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.26%

R = 37.28%
G = 38.46%
B = 24.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#BDC37B (or 0xBDC37B) is known color: Pine Glade. HEX triplet: BD, C3 and 7B. RGB value is (189,195,123). Sum of RGB (Red+Green+Blue) = 189+195+123=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC37B is #423C84. Grayscale: #B9B9B9. Windows color (decimal): -4340869 or 8111037. OLE color: 8111037.

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

Color convert

RGB 189 195 123 -
CMYK 0.03 0 0.37 0.24
HSL 65º 0.38% 0.62% -
HSV(B) 65º 0.37% 0.76% -
XYZ 44.08 51.28 26.31 -
YUV 185 93.01 130.85 -
System Red Green Blue C M Y K H S L
Decimal 189 195 123 0.03 0 0.37 0.24 65 0.38 0.62
Hex BD C3 7B 3 0 25 18 41 26 3E
Octal 275 303 173 3 0 45 30 101 46 76
Binary 10111101 11000011 1111011 11 0 100101 11000 1000001 100110 111110

Color Harmonies of #BDC37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC37B

Black with #BDC37B

Text Example


Text Example

White with #BDC37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC37B; }

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

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

background-color css

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

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

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

border-color css

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

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

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