Html Css Color HEX #BDC77B Pine Glade

📋 copy color: '#BDC77B'

red 189 ◦ green 199 ◦ blue 123

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

Shades of Pine Glade #BDC77B

Tints of Pine Glade #BDC77B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.94%

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

R = 36.99%
G = 38.94%
B = 24.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#BDC77B (or 0xBDC77B) is known color: Pine Glade. HEX triplet: BD, C7 and 7B. RGB value is (189,199,123). Sum of RGB (Red+Green+Blue) = 189+199+123=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC77B is #423884. Grayscale: #BBBBBB. Windows color (decimal): -4339845 or 8112061. OLE color: 8112061.

HSL color Cylindrical-coordinate representation of color #BDC77B: hue angle of 67.89º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDC77B is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 123 -
CMYK 0.05 0 0.38 0.22
HSL 67.89º 0.4% 0.63% -
HSV(B) 67.89º 0.38% 0.78% -
XYZ 44.98 53.1 26.62 -
YUV 187.35 91.69 129.18 -
System Red Green Blue C M Y K H S L
Decimal 189 199 123 0.05 0 0.38 0.22 67.89 0.4 0.63
Hex BD C7 7B 5 0 26 16 44 28 3F
Octal 275 307 173 5 0 46 26 104 50 77
Binary 10111101 11000111 1111011 101 0 100110 10110 1000100 101000 111111

Color Harmonies of #BDC77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC77B

Black with #BDC77B

Text Example


Text Example

White with #BDC77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC77B; }

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

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

background-color css

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

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

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

border-color css

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

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

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