Html Css Color HEX #BDBE7F Pine Glade

📋 copy color: '#BDBE7F'

red 189 ◦ green 190 ◦ blue 127

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

Shades of Pine Glade #BDBE7F

Tints of Pine Glade #BDBE7F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.55%

 BLUE value IS 127 (50% from 255) = 25.1%

R = 37.35%
G = 37.55%
B = 25.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BDBE7F (or 0xBDBE7F) is known color: Pine Glade. HEX triplet: BD, BE and 7F. RGB value is (189,190,127). Sum of RGB (Red+Green+Blue) = 189+190+127=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE7F is #424180. Grayscale: #B6B6B6. Windows color (decimal): -4342145 or 8371901. OLE color: 8371901.

HSL color Cylindrical-coordinate representation of color #BDBE7F: hue angle of 60.95º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDBE7F is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 190 127 -
CMYK 0.01 0 0.33 0.25
HSL 60.95º 0.33% 0.62% -
HSV(B) 60.95º 0.33% 0.75% -
XYZ 43.23 49.18 27.29 -
YUV 182.52 96.67 132.62 -
System Red Green Blue C M Y K H S L
Decimal 189 190 127 0.01 0 0.33 0.25 60.95 0.33 0.62
Hex BD BE 7F 1 0 21 19 3D 21 3E
Octal 275 276 177 1 0 41 31 75 41 76
Binary 10111101 10111110 1111111 1 0 100001 11001 111101 100001 111110

Color Harmonies of #BDBE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE7F

Black with #BDBE7F

Text Example


Text Example

White with #BDBE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE7F; }

 p { color: rgb(189,190,127); }

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

background-color css

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

 a { background-color: rgb(189,190,127); }

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

border-color css

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

 span { border-color: rgb(189,190,127); }

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