Html Css Color HEX #BDCF7B Pine Glade

📋 copy color: '#BDCF7B'

red 189 ◦ green 207 ◦ blue 123

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

Shades of Pine Glade #BDCF7B

Tints of Pine Glade #BDCF7B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.88%

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

R = 36.42%
G = 39.88%
B = 23.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#BDCF7B (or 0xBDCF7B) is known color: Pine Glade. HEX triplet: BD, CF and 7B. RGB value is (189,207,123). Sum of RGB (Red+Green+Blue) = 189+207+123=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF7B is #423084. Grayscale: #C0C0C0. Windows color (decimal): -4337797 or 8114109. OLE color: 8114109.

HSL color Cylindrical-coordinate representation of color #BDCF7B: hue angle of 72.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDCF7B is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 123 -
CMYK 0.09 0 0.41 0.19
HSL 72.86º 0.47% 0.65% -
HSV(B) 72.86º 0.41% 0.81% -
XYZ 46.87 56.87 27.25 -
YUV 192.04 89.04 125.83 -
System Red Green Blue C M Y K H S L
Decimal 189 207 123 0.09 0 0.41 0.19 72.86 0.47 0.65
Hex BD CF 7B 9 0 29 13 49 2F 41
Octal 275 317 173 11 0 51 23 111 57 101
Binary 10111101 11001111 1111011 1001 0 101001 10011 1001001 101111 1000001

Color Harmonies of #BDCF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF7B

Black with #BDCF7B

Text Example


Text Example

White with #BDCF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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