Html Css Color HEX #B2C14E Celery

📋 copy color: '#B2C14E'

red 178 ◦ green 193 ◦ blue 78

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

Shades of Celery #B2C14E

Tints of Celery #B2C14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.37%

R = 39.64%
G = 42.98%
B = 17.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#B2C14E (or 0xB2C14E) is known color: Celery. HEX triplet: B2, C1 and 4E. RGB value is (178,193,78). Sum of RGB (Red+Green+Blue) = 178+193+78=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C14E is #4D3EB1. Grayscale: #AFAFAF. Windows color (decimal): -5062322 or 5161394. OLE color: 5161394.

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

Color convert

RGB 178 193 78 -
CMYK 0.08 0 0.60 0.24
HSL 67.83º 0.48% 0.53% -
HSV(B) 67.83º 0.6% 0.76% -
XYZ 38.81 48.15 14.46 -
YUV 175.41 73.03 129.85 -
System Red Green Blue C M Y K H S L
Decimal 178 193 78 0.08 0 0.60 0.24 67.83 0.48 0.53
Hex B2 C1 4E 8 0 3C 18 44 30 35
Octal 262 301 116 10 0 74 30 104 60 65
Binary 10110010 11000001 1001110 1000 0 111100 11000 1000100 110000 110101

Color Harmonies of #B2C14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C14E

Black with #B2C14E

Text Example


Text Example

White with #B2C14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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