Html Css Color HEX #B1C334 Celery

📋 copy color: '#B1C334'

red 177 ◦ green 195 ◦ blue 52

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

Shades of Celery #B1C334

Tints of Celery #B1C334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.99%

 BLUE value IS 52 (20.7% from 255) = 12.26%

R = 41.75%
G = 45.99%
B = 12.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#B1C334 (or 0xB1C334) is known color: Celery. HEX triplet: B1, C3 and 34. RGB value is (177,195,52). Sum of RGB (Red+Green+Blue) = 177+195+52=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C334 is #4E3CCB. Grayscale: #ADADAD. Windows color (decimal): -5127372 or 3457969. OLE color: 3457969.

HSL color Cylindrical-coordinate representation of color #B1C334: hue angle of 67.55º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1C334 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 195 52 -
CMYK 0.09 0 0.73 0.24
HSL 67.55º 0.58% 0.48% -
HSV(B) 67.55º 0.73% 0.76% -
XYZ 38.27 48.63 10.62 -
YUV 173.32 59.54 130.63 -
System Red Green Blue C M Y K H S L
Decimal 177 195 52 0.09 0 0.73 0.24 67.55 0.58 0.48
Hex B1 C3 34 9 0 49 18 44 3A 30
Octal 261 303 64 11 0 111 30 104 72 60
Binary 10110001 11000011 110100 1001 0 1001001 11000 1000100 111010 110000

Color Harmonies of #B1C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C334

Black with #B1C334

Text Example


Text Example

White with #B1C334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C334; }

 p { color: rgb(177,195,52); }

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

background-color css

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

 a { background-color: rgb(177,195,52); }

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

border-color css

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

 span { border-color: rgb(177,195,52); }

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