Html Css Color HEX #BDB77B Pine Glade

📋 copy color: '#BDB77B'

red 189 ◦ green 183 ◦ blue 123

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

Shades of Pine Glade #BDB77B

Tints of Pine Glade #BDB77B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.97%

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

R = 38.18%
G = 36.97%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDB77B (or 0xBDB77B) is known color: Pine Glade. HEX triplet: BD, B7 and 7B. RGB value is (189,183,123). Sum of RGB (Red+Green+Blue) = 189+183+123=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB77B is #424884. Grayscale: #B2B2B2. Windows color (decimal): -4343941 or 8107965. OLE color: 8107965.

HSL color Cylindrical-coordinate representation of color #BDB77B: hue angle of 54.55º 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 #BDB77B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 123 -
CMYK 0 0.03 0.35 0.26
HSL 54.55º 0.33% 0.61% -
HSV(B) 54.55º 0.35% 0.74% -
XYZ 41.49 46.12 25.45 -
YUV 177.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 189 183 123 0 0.03 0.35 0.26 54.55 0.33 0.61
Hex BD B7 7B 0 3 23 1A 37 21 3D
Octal 275 267 173 0 3 43 32 67 41 75
Binary 10111101 10110111 1111011 0 11 100011 11010 110111 100001 111101

Color Harmonies of #BDB77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB77B

Black with #BDB77B

Text Example


Text Example

White with #BDB77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB77B; }

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

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

background-color css

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

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

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

border-color css

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

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

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