Html Css Color HEX #BDC57B Pine Glade

📋 copy color: '#BDC57B'

red 189 ◦ green 197 ◦ blue 123

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

Shades of Pine Glade #BDC57B

Tints of Pine Glade #BDC57B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.7%

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

R = 37.13%
G = 38.7%
B = 24.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#BDC57B (or 0xBDC57B) is known color: Pine Glade. HEX triplet: BD, C5 and 7B. RGB value is (189,197,123). Sum of RGB (Red+Green+Blue) = 189+197+123=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC57B is #423A84. Grayscale: #BABABA. Windows color (decimal): -4340357 or 8111549. OLE color: 8111549.

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

Color convert

RGB 189 197 123 -
CMYK 0.04 0 0.38 0.23
HSL 66.49º 0.39% 0.63% -
HSV(B) 66.49º 0.38% 0.77% -
XYZ 44.53 52.18 26.46 -
YUV 186.17 92.35 130.02 -
System Red Green Blue C M Y K H S L
Decimal 189 197 123 0.04 0 0.38 0.23 66.49 0.39 0.63
Hex BD C5 7B 4 0 26 17 42 27 3F
Octal 275 305 173 4 0 46 27 102 47 77
Binary 10111101 11000101 1111011 100 0 100110 10111 1000010 100111 111111

Color Harmonies of #BDC57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC57B

Black with #BDC57B

Text Example


Text Example

White with #BDC57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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