Html Css Color HEX #BFCB6F Wild Willow

📋 copy color: '#BFCB6F'

red 191 ◦ green 203 ◦ blue 111

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

Shades of Wild Willow #BFCB6F

Tints of Wild Willow #BFCB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.98%

R = 37.82%
G = 40.2%
B = 21.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#BFCB6F (or 0xBFCB6F) is known color: Wild Willow. HEX triplet: BF, CB and 6F. RGB value is (191,203,111). Sum of RGB (Red+Green+Blue) = 191+203+111=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB6F is #403490. Grayscale: #BDBDBD. Windows color (decimal): -4207761 or 7326655. OLE color: 7326655.

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

Color convert

RGB 191 203 111 -
CMYK 0.06 0 0.45 0.20
HSL 67.83º 0.47% 0.62% -
HSV(B) 67.83º 0.45% 0.8% -
XYZ 45.71 54.94 23.23 -
YUV 188.92 84.02 129.48 -
System Red Green Blue C M Y K H S L
Decimal 191 203 111 0.06 0 0.45 0.20 67.83 0.47 0.62
Hex BF CB 6F 6 0 2D 14 44 2F 3E
Octal 277 313 157 6 0 55 24 104 57 76
Binary 10111111 11001011 1101111 110 0 101101 10100 1000100 101111 111110

Color Harmonies of #BFCB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB6F

Black with #BFCB6F

Text Example


Text Example

White with #BFCB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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