Html Css Color HEX #BFCB7D Pine Glade

📋 copy color: '#BFCB7D'

red 191 ◦ green 203 ◦ blue 125

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

Shades of Pine Glade #BFCB7D

Tints of Pine Glade #BFCB7D

RGB

 RED value IS 191 (75% from 255) = 36.8%

 GREEN value IS 203 (79.69% from 255) = 39.11%

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

R = 36.8%
G = 39.11%
B = 24.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#BFCB7D (or 0xBFCB7D) is known color: Pine Glade. HEX triplet: BF, CB and 7D. RGB value is (191,203,125). Sum of RGB (Red+Green+Blue) = 191+203+125=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB7D is #403482. Grayscale: #BEBEBE. Windows color (decimal): -4207747 or 8244159. OLE color: 8244159.

HSL color Cylindrical-coordinate representation of color #BFCB7D: hue angle of 69.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFCB7D is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 203 125 -
CMYK 0.06 0 0.38 0.20
HSL 69.23º 0.43% 0.64% -
HSV(B) 69.23º 0.38% 0.8% -
XYZ 46.54 55.27 27.62 -
YUV 190.52 91.02 128.34 -
System Red Green Blue C M Y K H S L
Decimal 191 203 125 0.06 0 0.38 0.20 69.23 0.43 0.64
Hex BF CB 7D 6 0 26 14 45 2B 40
Octal 277 313 175 6 0 46 24 105 53 100
Binary 10111111 11001011 1111101 110 0 100110 10100 1000101 101011 1000000

Color Harmonies of #BFCB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB7D

Black with #BFCB7D

Text Example


Text Example

White with #BFCB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB7D; }

 p { color: rgb(191,203,125); }

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

background-color css

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

 a { background-color: rgb(191,203,125); }

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

border-color css

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

 span { border-color: rgb(191,203,125); }

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