Html Css Color HEX #BDC07D Pine Glade

📋 copy color: '#BDC07D'

red 189 ◦ green 192 ◦ blue 125

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

Shades of Pine Glade #BDC07D

Tints of Pine Glade #BDC07D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.94%

 BLUE value IS 125 (49.22% from 255) = 24.7%

R = 37.35%
G = 37.94%
B = 24.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BDC07D (or 0xBDC07D) is known color: Pine Glade. HEX triplet: BD, C0 and 7D. RGB value is (189,192,125). Sum of RGB (Red+Green+Blue) = 189+192+125=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC07D is #423F82. Grayscale: #B7B7B7. Windows color (decimal): -4341635 or 8241341. OLE color: 8241341.

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

Color convert

RGB 189 192 125 -
CMYK 0.02 0 0.35 0.25
HSL 62.69º 0.35% 0.62% -
HSV(B) 62.69º 0.35% 0.75% -
XYZ 43.54 50 26.76 -
YUV 183.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 189 192 125 0.02 0 0.35 0.25 62.69 0.35 0.62
Hex BD C0 7D 2 0 23 19 3F 23 3E
Octal 275 300 175 2 0 43 31 77 43 76
Binary 10111101 11000000 1111101 10 0 100011 11001 111111 100011 111110

Color Harmonies of #BDC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC07D

Black with #BDC07D

Text Example


Text Example

White with #BDC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC07D; }

 p { color: rgb(189,192,125); }

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

background-color css

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

 a { background-color: rgb(189,192,125); }

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

border-color css

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

 span { border-color: rgb(189,192,125); }

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