Html Css Color HEX #B1C234 Celery

📋 copy color: '#B1C234'

red 177 ◦ green 194 ◦ blue 52

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

Shades of Celery #B1C234

Tints of Celery #B1C234

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.86%

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

R = 41.84%
G = 45.86%
B = 12.29%

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

#B1C234 (or 0xB1C234) is known color: Celery. HEX triplet: B1, C2 and 34. RGB value is (177,194,52). Sum of RGB (Red+Green+Blue) = 177+194+52=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C234 is #4E3DCB. Grayscale: #ADADAD. Windows color (decimal): -5127628 or 3457713. OLE color: 3457713.

HSL color Cylindrical-coordinate representation of color #B1C234: hue angle of 67.18º 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 #B1C234 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 52 -
CMYK 0.09 0 0.73 0.24
HSL 67.18º 0.58% 0.48% -
HSV(B) 67.18º 0.73% 0.76% -
XYZ 38.04 48.18 10.54 -
YUV 172.73 59.87 131.05 -
System Red Green Blue C M Y K H S L
Decimal 177 194 52 0.09 0 0.73 0.24 67.18 0.58 0.48
Hex B1 C2 34 9 0 49 18 43 3A 30
Octal 261 302 64 11 0 111 30 103 72 60
Binary 10110001 11000010 110100 1001 0 1001001 11000 1000011 111010 110000

Color Harmonies of #B1C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C234

Black with #B1C234

Text Example


Text Example

White with #B1C234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C234; }

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

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

background-color css

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

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

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

border-color css

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

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

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