Html Css Color HEX #BDC775 Pine Glade

📋 copy color: '#BDC775'

red 189 ◦ green 199 ◦ blue 117

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

Shades of Pine Glade #BDC775

Tints of Pine Glade #BDC775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.17%

R = 37.43%
G = 39.41%
B = 23.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#BDC775 (or 0xBDC775) is known color: Pine Glade. HEX triplet: BD, C7 and 75. RGB value is (189,199,117). Sum of RGB (Red+Green+Blue) = 189+199+117=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC775 is #42388A. Grayscale: #BABABA. Windows color (decimal): -4339851 or 7718845. OLE color: 7718845.

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

Color convert

RGB 189 199 117 -
CMYK 0.05 0 0.41 0.22
HSL 67.32º 0.42% 0.62% -
HSV(B) 67.32º 0.41% 0.78% -
XYZ 44.62 52.95 24.7 -
YUV 186.66 88.69 129.67 -
System Red Green Blue C M Y K H S L
Decimal 189 199 117 0.05 0 0.41 0.22 67.32 0.42 0.62
Hex BD C7 75 5 0 29 16 43 2A 3E
Octal 275 307 165 5 0 51 26 103 52 76
Binary 10111101 11000111 1110101 101 0 101001 10110 1000011 101010 111110

Color Harmonies of #BDC775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC775

Black with #BDC775

Text Example


Text Example

White with #BDC775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC775; }

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

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

background-color css

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

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

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

border-color css

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

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

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