Html Css Color HEX #B1CC40 Celery

📋 copy color: '#B1CC40'

red 177 ◦ green 204 ◦ blue 64

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

Shades of Celery #B1CC40

Tints of Celery #B1CC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.84%

 BLUE value IS 64 (25.39% from 255) = 14.38%

R = 39.78%
G = 45.84%
B = 14.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#B1CC40 (or 0xB1CC40) is known color: Celery. HEX triplet: B1, CC and 40. RGB value is (177,204,64). Sum of RGB (Red+Green+Blue) = 177+204+64=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CC40 is #4E33BF. Grayscale: #B4B4B4. Windows color (decimal): -5125056 or 4246705. OLE color: 4246705.

HSL color Cylindrical-coordinate representation of color #B1CC40: hue angle of 71.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1CC40 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 204 64 -
CMYK 0.13 0 0.69 0.2
HSL 71.57º 0.58% 0.53% -
HSV(B) 71.57º 0.69% 0.8% -
XYZ 40.65 52.9 12.92 -
YUV 179.97 62.55 125.88 -
System Red Green Blue C M Y K H S L
Decimal 177 204 64 0.13 0 0.69 0.2 71.57 0.58 0.53
Hex B1 CC 40 D 0 45 14 48 3A 35
Octal 261 314 100 15 0 105 24 110 72 65
Binary 10110001 11001100 1000000 1101 0 1000101 10100 1001000 111010 110101

Color Harmonies of #B1CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CC40

Black with #B1CC40

Text Example


Text Example

White with #B1CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CC40; }

 p { color: rgb(177,204,64); }

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

background-color css

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

 a { background-color: rgb(177,204,64); }

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

border-color css

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

 span { border-color: rgb(177,204,64); }

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