Html Css Color HEX #BFCB62 Wild Willow

📋 copy color: '#BFCB62'

red 191 ◦ green 203 ◦ blue 98

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

Shades of Wild Willow #BFCB62

Tints of Wild Willow #BFCB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.92%

R = 38.82%
G = 41.26%
B = 19.92%

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

#BFCB62 (or 0xBFCB62) is known color: Wild Willow. HEX triplet: BF, CB and 62. RGB value is (191,203,98). Sum of RGB (Red+Green+Blue) = 191+203+98=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB62 is #40349D. Grayscale: #BBBBBB. Windows color (decimal): -4207774 or 6474687. OLE color: 6474687.

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

Color convert

RGB 191 203 98 -
CMYK 0.06 0 0.52 0.20
HSL 66.86º 0.5% 0.59% -
HSV(B) 66.86º 0.52% 0.8% -
XYZ 45.05 54.67 19.73 -
YUV 187.44 77.52 130.54 -
System Red Green Blue C M Y K H S L
Decimal 191 203 98 0.06 0 0.52 0.20 66.86 0.5 0.59
Hex BF CB 62 6 0 34 14 43 32 3B
Octal 277 313 142 6 0 64 24 103 62 73
Binary 10111111 11001011 1100010 110 0 110100 10100 1000011 110010 111011

Color Harmonies of #BFCB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB62

Black with #BFCB62

Text Example


Text Example

White with #BFCB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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