Html Css Color HEX #B2CE41 Celery

📋 copy color: '#B2CE41'

red 178 ◦ green 206 ◦ blue 65

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

Shades of Celery #B2CE41

Tints of Celery #B2CE41

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.88%

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

R = 39.64%
G = 45.88%
B = 14.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#B2CE41 (or 0xB2CE41) is known color: Celery. HEX triplet: B2, CE and 41. RGB value is (178,206,65). Sum of RGB (Red+Green+Blue) = 178+206+65=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CE41 is #4D31BE. Grayscale: #B6B6B6. Windows color (decimal): -5059007 or 4312754. OLE color: 4312754.

HSL color Cylindrical-coordinate representation of color #B2CE41: hue angle of 71.91º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2CE41 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 65 -
CMYK 0.14 0 0.68 0.19
HSL 71.91º 0.59% 0.53% -
HSV(B) 71.91º 0.68% 0.81% -
XYZ 41.39 53.99 13.24 -
YUV 181.55 62.22 125.46 -
System Red Green Blue C M Y K H S L
Decimal 178 206 65 0.14 0 0.68 0.19 71.91 0.59 0.53
Hex B2 CE 41 E 0 44 13 48 3B 35
Octal 262 316 101 16 0 104 23 110 73 65
Binary 10110010 11001110 1000001 1110 0 1000100 10011 1001000 111011 110101

Color Harmonies of #B2CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE41

Black with #B2CE41

Text Example


Text Example

White with #B2CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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