Html Css Color HEX #BFCB53 Wild Willow

📋 copy color: '#BFCB53'

red 191 ◦ green 203 ◦ blue 83

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

Shades of Wild Willow #BFCB53

Tints of Wild Willow #BFCB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.4%

R = 40.04%
G = 42.56%
B = 17.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#BFCB53 (or 0xBFCB53) is known color: Wild Willow. HEX triplet: BF, CB and 53. RGB value is (191,203,83). Sum of RGB (Red+Green+Blue) = 191+203+83=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB53 is #4034AC. Grayscale: #BABABA. Windows color (decimal): -4207789 or 5491647. OLE color: 5491647.

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

Color convert

RGB 191 203 83 -
CMYK 0.06 0 0.59 0.20
HSL 66º 0.54% 0.56% -
HSV(B) 66º 0.59% 0.8% -
XYZ 44.4 54.41 16.35 -
YUV 185.73 70.02 131.76 -
System Red Green Blue C M Y K H S L
Decimal 191 203 83 0.06 0 0.59 0.20 66 0.54 0.56
Hex BF CB 53 6 0 3B 14 42 36 38
Octal 277 313 123 6 0 73 24 102 66 70
Binary 10111111 11001011 1010011 110 0 111011 10100 1000010 110110 111000

Color Harmonies of #BFCB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB53

Black with #BFCB53

Text Example


Text Example

White with #BFCB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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