Html Css Color HEX #BDC67D Pine Glade

📋 copy color: '#BDC67D'

red 189 ◦ green 198 ◦ blue 125

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

Shades of Pine Glade #BDC67D

Tints of Pine Glade #BDC67D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

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

R = 36.91%
G = 38.67%
B = 24.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#BDC67D (or 0xBDC67D) is known color: Pine Glade. HEX triplet: BD, C6 and 7D. RGB value is (189,198,125). Sum of RGB (Red+Green+Blue) = 189+198+125=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC67D is #423982. Grayscale: #BBBBBB. Windows color (decimal): -4340099 or 8242877. OLE color: 8242877.

HSL color Cylindrical-coordinate representation of color #BDC67D: hue angle of 67.4º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDC67D is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 125 -
CMYK 0.05 0 0.37 0.22
HSL 67.4º 0.39% 0.63% -
HSV(B) 67.4º 0.37% 0.78% -
XYZ 44.88 52.69 27.21 -
YUV 186.99 93.02 129.44 -
System Red Green Blue C M Y K H S L
Decimal 189 198 125 0.05 0 0.37 0.22 67.4 0.39 0.63
Hex BD C6 7D 5 0 25 16 43 27 3F
Octal 275 306 175 5 0 45 26 103 47 77
Binary 10111101 11000110 1111101 101 0 100101 10110 1000011 100111 111111

Color Harmonies of #BDC67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC67D

Black with #BDC67D

Text Example


Text Example

White with #BDC67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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