Html Css Color HEX #B1CA65 Wild Willow

📋 copy color: '#B1CA65'

red 177 ◦ green 202 ◦ blue 101

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

Shades of Wild Willow #B1CA65

Tints of Wild Willow #B1CA65

RGB

 RED value IS 177 (69.53% from 255) = 36.88%

 GREEN value IS 202 (79.3% from 255) = 42.08%

 BLUE value IS 101 (39.84% from 255) = 21.04%

R = 36.88%
G = 42.08%
B = 21.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#B1CA65 (or 0xB1CA65) is known color: Wild Willow. HEX triplet: B1, CA and 65. RGB value is (177,202,101). Sum of RGB (Red+Green+Blue) = 177+202+101=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA65 is #4E359A. Grayscale: #B7B7B7. Windows color (decimal): -5125531 or 6671025. OLE color: 6671025.

HSL color Cylindrical-coordinate representation of color #B1CA65: hue angle of 74.85º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1CA65 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 202 101 -
CMYK 0.12 0 0.50 0.21
HSL 74.85º 0.49% 0.59% -
HSV(B) 74.85º 0.5% 0.79% -
XYZ 41.6 52.53 20.26 -
YUV 183.01 81.72 123.71 -
System Red Green Blue C M Y K H S L
Decimal 177 202 101 0.12 0 0.50 0.21 74.85 0.49 0.59
Hex B1 CA 65 C 0 32 15 4B 31 3B
Octal 261 312 145 14 0 62 25 113 61 73
Binary 10110001 11001010 1100101 1100 0 110010 10101 1001011 110001 111011

Color Harmonies of #B1CA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA65

Black with #B1CA65

Text Example


Text Example

White with #B1CA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA65; }

 p { color: rgb(177,202,101); }

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

background-color css

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

 a { background-color: rgb(177,202,101); }

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

border-color css

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

 span { border-color: rgb(177,202,101); }

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