Html Css Color HEX #BDD075 Pine Glade

📋 copy color: '#BDD075'

red 189 ◦ green 208 ◦ blue 117

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

Shades of Pine Glade #BDD075

Tints of Pine Glade #BDD075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.47%

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

R = 36.77%
G = 40.47%
B = 22.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BDD075 (or 0xBDD075) is known color: Pine Glade. HEX triplet: BD, D0 and 75. RGB value is (189,208,117). Sum of RGB (Red+Green+Blue) = 189+208+117=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD075 is #422F8A. Grayscale: #C0C0C0. Windows color (decimal): -4337547 or 7721149. OLE color: 7721149.

HSL color Cylindrical-coordinate representation of color #BDD075: hue angle of 72.53º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDD075 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 117 -
CMYK 0.09 0 0.44 0.18
HSL 72.53º 0.49% 0.64% -
HSV(B) 72.53º 0.44% 0.82% -
XYZ 46.75 57.21 25.41 -
YUV 191.95 85.71 125.9 -
System Red Green Blue C M Y K H S L
Decimal 189 208 117 0.09 0 0.44 0.18 72.53 0.49 0.64
Hex BD D0 75 9 0 2C 12 49 31 40
Octal 275 320 165 11 0 54 22 111 61 100
Binary 10111101 11010000 1110101 1001 0 101100 10010 1001001 110001 1000000

Color Harmonies of #BDD075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD075

Black with #BDD075

Text Example


Text Example

White with #BDD075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD075; }

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

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

background-color css

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

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

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

border-color css

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

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

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