Html Css Color HEX #BFCB5A Wild Willow

📋 copy color: '#BFCB5A'

red 191 ◦ green 203 ◦ blue 90

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

Shades of Wild Willow #BFCB5A

Tints of Wild Willow #BFCB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.6%

R = 39.46%
G = 41.94%
B = 18.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#BFCB5A (or 0xBFCB5A) is known color: Wild Willow. HEX triplet: BF, CB and 5A. RGB value is (191,203,90). Sum of RGB (Red+Green+Blue) = 191+203+90=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB5A is #4034A5. Grayscale: #BABABA. Windows color (decimal): -4207782 or 5950399. OLE color: 5950399.

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

Color convert

RGB 191 203 90 -
CMYK 0.06 0 0.56 0.20
HSL 66.37º 0.52% 0.57% -
HSV(B) 66.37º 0.56% 0.8% -
XYZ 44.69 54.53 17.84 -
YUV 186.53 73.52 131.19 -
System Red Green Blue C M Y K H S L
Decimal 191 203 90 0.06 0 0.56 0.20 66.37 0.52 0.57
Hex BF CB 5A 6 0 38 14 42 34 39
Octal 277 313 132 6 0 70 24 102 64 71
Binary 10111111 11001011 1011010 110 0 111000 10100 1000010 110100 111001

Color Harmonies of #BFCB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB5A

Black with #BFCB5A

Text Example


Text Example

White with #BFCB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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