Html Css Color HEX #BFCB61 Wild Willow

📋 copy color: '#BFCB61'

red 191 ◦ green 203 ◦ blue 97

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

Shades of Wild Willow #BFCB61

Tints of Wild Willow #BFCB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.76%

R = 38.9%
G = 41.34%
B = 19.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#BFCB61 (or 0xBFCB61) is known color: Wild Willow. HEX triplet: BF, CB and 61. RGB value is (191,203,97). Sum of RGB (Red+Green+Blue) = 191+203+97=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB61 is #40349E. Grayscale: #BBBBBB. Windows color (decimal): -4207775 or 6409151. OLE color: 6409151.

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

Color convert

RGB 191 203 97 -
CMYK 0.06 0 0.52 0.20
HSL 66.79º 0.5% 0.59% -
HSV(B) 66.79º 0.52% 0.8% -
XYZ 45 54.65 19.49 -
YUV 187.33 77.02 130.62 -
System Red Green Blue C M Y K H S L
Decimal 191 203 97 0.06 0 0.52 0.20 66.79 0.5 0.59
Hex BF CB 61 6 0 34 14 43 32 3B
Octal 277 313 141 6 0 64 24 103 62 73
Binary 10111111 11001011 1100001 110 0 110100 10100 1000011 110010 111011

Color Harmonies of #BFCB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB61

Black with #BFCB61

Text Example


Text Example

White with #BFCB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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