Html Css Color HEX #B1C048 Celery

📋 copy color: '#B1C048'

red 177 ◦ green 192 ◦ blue 72

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

Shades of Celery #B1C048

Tints of Celery #B1C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.54%

 BLUE value IS 72 (28.52% from 255) = 16.33%

R = 40.14%
G = 43.54%
B = 16.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#B1C048 (or 0xB1C048) is known color: Celery. HEX triplet: B1, C0 and 48. RGB value is (177,192,72). Sum of RGB (Red+Green+Blue) = 177+192+72=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C048 is #4E3FB7. Grayscale: #AEAEAE. Windows color (decimal): -5128120 or 4767921. OLE color: 4767921.

HSL color Cylindrical-coordinate representation of color #B1C048: hue angle of 67.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1C048 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 192 72 -
CMYK 0.08 0 0.63 0.25
HSL 67.5º 0.49% 0.52% -
HSV(B) 67.5º 0.63% 0.75% -
XYZ 38.15 47.51 13.29 -
YUV 173.84 70.53 130.26 -
System Red Green Blue C M Y K H S L
Decimal 177 192 72 0.08 0 0.63 0.25 67.5 0.49 0.52
Hex B1 C0 48 8 0 3F 19 44 31 34
Octal 261 300 110 10 0 77 31 104 61 64
Binary 10110001 11000000 1001000 1000 0 111111 11001 1000100 110001 110100

Color Harmonies of #B1C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C048

Black with #B1C048

Text Example


Text Example

White with #B1C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C048; }

 p { color: rgb(177,192,72); }

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

background-color css

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

 a { background-color: rgb(177,192,72); }

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

border-color css

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

 span { border-color: rgb(177,192,72); }

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