Html Css Color HEX #B1CC3C Celery

📋 copy color: '#B1CC3C'

red 177 ◦ green 204 ◦ blue 60

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

Shades of Celery #B1CC3C

Tints of Celery #B1CC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.61%

R = 40.14%
G = 46.26%
B = 13.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#B1CC3C (or 0xB1CC3C) is known color: Celery. HEX triplet: B1, CC and 3C. RGB value is (177,204,60). Sum of RGB (Red+Green+Blue) = 177+204+60=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CC3C is #4E33C3. Grayscale: #B4B4B4. Windows color (decimal): -5125060 or 3984561. OLE color: 3984561.

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

Color convert

RGB 177 204 60 -
CMYK 0.13 0 0.71 0.2
HSL 71.25º 0.59% 0.52% -
HSV(B) 71.25º 0.71% 0.8% -
XYZ 40.54 52.86 12.34 -
YUV 179.51 60.55 126.21 -
System Red Green Blue C M Y K H S L
Decimal 177 204 60 0.13 0 0.71 0.2 71.25 0.59 0.52
Hex B1 CC 3C D 0 47 14 47 3B 34
Octal 261 314 74 15 0 107 24 107 73 64
Binary 10110001 11001100 111100 1101 0 1000111 10100 1000111 111011 110100

Color Harmonies of #B1CC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CC3C

Black with #B1CC3C

Text Example


Text Example

White with #B1CC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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