Html Css Color HEX #B2CE4A Celery

📋 copy color: '#B2CE4A'

red 178 ◦ green 206 ◦ blue 74

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

Shades of Celery #B2CE4A

Tints of Celery #B2CE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.16%

R = 38.86%
G = 44.98%
B = 16.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#B2CE4A (or 0xB2CE4A) is known color: Celery. HEX triplet: B2, CE and 4A. RGB value is (178,206,74). Sum of RGB (Red+Green+Blue) = 178+206+74=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CE4A is #4D31B5. Grayscale: #B7B7B7. Windows color (decimal): -5058998 or 4902578. OLE color: 4902578.

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

Color convert

RGB 178 206 74 -
CMYK 0.14 0 0.64 0.19
HSL 72.73º 0.57% 0.55% -
HSV(B) 72.73º 0.64% 0.81% -
XYZ 41.67 54.1 14.73 -
YUV 182.58 66.72 124.73 -
System Red Green Blue C M Y K H S L
Decimal 178 206 74 0.14 0 0.64 0.19 72.73 0.57 0.55
Hex B2 CE 4A E 0 40 13 49 39 37
Octal 262 316 112 16 0 100 23 111 71 67
Binary 10110010 11001110 1001010 1110 0 1000000 10011 1001001 111001 110111

Color Harmonies of #B2CE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE4A

Black with #B2CE4A

Text Example


Text Example

White with #B2CE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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