Html Css Color HEX #BDBC7B Pine Glade

📋 copy color: '#BDBC7B'

red 189 ◦ green 188 ◦ blue 123

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

Shades of Pine Glade #BDBC7B

Tints of Pine Glade #BDBC7B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.6%

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

R = 37.8%
G = 37.6%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDBC7B (or 0xBDBC7B) is known color: Pine Glade. HEX triplet: BD, BC and 7B. RGB value is (189,188,123). Sum of RGB (Red+Green+Blue) = 189+188+123=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC7B is #424384. Grayscale: #B5B5B5. Windows color (decimal): -4342661 or 8109245. OLE color: 8109245.

HSL color Cylindrical-coordinate representation of color #BDBC7B: hue angle of 59.09º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDBC7B is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 188 123 -
CMYK 0 0.01 0.35 0.26
HSL 59.09º 0.33% 0.61% -
HSV(B) 59.09º 0.35% 0.74% -
XYZ 42.54 48.22 25.8 -
YUV 180.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 189 188 123 0 0.01 0.35 0.26 59.09 0.33 0.61
Hex BD BC 7B 0 1 23 1A 3B 21 3D
Octal 275 274 173 0 1 43 32 73 41 75
Binary 10111101 10111100 1111011 0 1 100011 11010 111011 100001 111101

Color Harmonies of #BDBC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBC7B

Black with #BDBC7B

Text Example


Text Example

White with #BDBC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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