Html Css Color HEX #BFCB70 Wild Willow

📋 copy color: '#BFCB70'

red 191 ◦ green 203 ◦ blue 112

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

Shades of Wild Willow #BFCB70

Tints of Wild Willow #BFCB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.13%

R = 37.75%
G = 40.12%
B = 22.13%

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

#BFCB70 (or 0xBFCB70) is known color: Wild Willow. HEX triplet: BF, CB and 70. RGB value is (191,203,112). Sum of RGB (Red+Green+Blue) = 191+203+112=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB70 is #40348F. Grayscale: #BDBDBD. Windows color (decimal): -4207760 or 7392191. OLE color: 7392191.

HSL color Cylindrical-coordinate representation of color #BFCB70: hue angle of 67.91º 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 #BFCB70 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 203 112 -
CMYK 0.06 0 0.45 0.20
HSL 67.91º 0.47% 0.62% -
HSV(B) 67.91º 0.45% 0.8% -
XYZ 45.77 54.96 23.53 -
YUV 189.04 84.52 129.4 -
System Red Green Blue C M Y K H S L
Decimal 191 203 112 0.06 0 0.45 0.20 67.91 0.47 0.62
Hex BF CB 70 6 0 2D 14 44 2F 3E
Octal 277 313 160 6 0 55 24 104 57 76
Binary 10111111 11001011 1110000 110 0 101101 10100 1000100 101111 111110

Color Harmonies of #BFCB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB70

Black with #BFCB70

Text Example


Text Example

White with #BFCB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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