Html Css Color HEX #BFCB75 Pine Glade

📋 copy color: '#BFCB75'

red 191 ◦ green 203 ◦ blue 117

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

Shades of Pine Glade #BFCB75

Tints of Pine Glade #BFCB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.9%

R = 37.38%
G = 39.73%
B = 22.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#BFCB75 (or 0xBFCB75) is known color: Pine Glade. HEX triplet: BF, CB and 75. RGB value is (191,203,117). Sum of RGB (Red+Green+Blue) = 191+203+117=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB75 is #40348A. Grayscale: #BDBDBD. Windows color (decimal): -4207755 or 7719871. OLE color: 7719871.

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

Color convert

RGB 191 203 117 -
CMYK 0.06 0 0.42 0.20
HSL 68.37º 0.45% 0.63% -
HSV(B) 68.37º 0.42% 0.8% -
XYZ 46.05 55.07 25.03 -
YUV 189.61 87.02 128.99 -
System Red Green Blue C M Y K H S L
Decimal 191 203 117 0.06 0 0.42 0.20 68.37 0.45 0.63
Hex BF CB 75 6 0 2A 14 44 2D 3F
Octal 277 313 165 6 0 52 24 104 55 77
Binary 10111111 11001011 1110101 110 0 101010 10100 1000100 101101 111111

Color Harmonies of #BFCB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB75

Black with #BFCB75

Text Example


Text Example

White with #BFCB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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