Html Css Color HEX #B2BC4A Celery

📋 copy color: '#B2BC4A'

red 178 ◦ green 188 ◦ blue 74

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

Shades of Celery #B2BC4A

Tints of Celery #B2BC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.73%

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

R = 40.45%
G = 42.73%
B = 16.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#B2BC4A (or 0xB2BC4A) is known color: Celery. HEX triplet: B2, BC and 4A. RGB value is (178,188,74). Sum of RGB (Red+Green+Blue) = 178+188+74=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC4A is #4D43B5. Grayscale: #ACACAC. Windows color (decimal): -5063606 or 4897970. OLE color: 4897970.

HSL color Cylindrical-coordinate representation of color #B2BC4A: hue angle of 65.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2BC4A is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 74 -
CMYK 0.05 0 0.61 0.26
HSL 65.26º 0.46% 0.51% -
HSV(B) 65.26º 0.61% 0.74% -
XYZ 37.58 45.93 13.36 -
YUV 172.01 72.69 132.27 -
System Red Green Blue C M Y K H S L
Decimal 178 188 74 0.05 0 0.61 0.26 65.26 0.46 0.51
Hex B2 BC 4A 5 0 3D 1A 41 2E 33
Octal 262 274 112 5 0 75 32 101 56 63
Binary 10110010 10111100 1001010 101 0 111101 11010 1000001 101110 110011

Color Harmonies of #B2BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC4A

Black with #B2BC4A

Text Example


Text Example

White with #B2BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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