Html Css Color HEX #B2C141 Celery

📋 copy color: '#B2C141'

red 178 ◦ green 193 ◦ blue 65

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

Shades of Celery #B2C141

Tints of Celery #B2C141

RGB

 RED value IS 178 (69.92% from 255) = 40.83%

 GREEN value IS 193 (75.78% from 255) = 44.27%

 BLUE value IS 65 (25.78% from 255) = 14.91%

R = 40.83%
G = 44.27%
B = 14.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#B2C141 (or 0xB2C141) is known color: Celery. HEX triplet: B2, C1 and 41. RGB value is (178,193,65). Sum of RGB (Red+Green+Blue) = 178+193+65=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C141 is #4D3EBE. Grayscale: #AEAEAE. Windows color (decimal): -5062335 or 4309426. OLE color: 4309426.

HSL color Cylindrical-coordinate representation of color #B2C141: hue angle of 67.03º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2C141 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 193 65 -
CMYK 0.08 0 0.66 0.24
HSL 67.03º 0.51% 0.51% -
HSV(B) 67.03º 0.66% 0.76% -
XYZ 38.38 47.99 12.24 -
YUV 173.92 66.53 130.91 -
System Red Green Blue C M Y K H S L
Decimal 178 193 65 0.08 0 0.66 0.24 67.03 0.51 0.51
Hex B2 C1 41 8 0 42 18 43 33 33
Octal 262 301 101 10 0 102 30 103 63 63
Binary 10110010 11000001 1000001 1000 0 1000010 11000 1000011 110011 110011

Color Harmonies of #B2C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C141

Black with #B2C141

Text Example


Text Example

White with #B2C141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C141; }

 p { color: rgb(178,193,65); }

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

background-color css

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

 a { background-color: rgb(178,193,65); }

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

border-color css

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

 span { border-color: rgb(178,193,65); }

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