Html Css Color HEX #B2BE46 Celery

📋 copy color: '#B2BE46'

red 178 ◦ green 190 ◦ blue 70

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

Shades of Celery #B2BE46

Tints of Celery #B2BE46

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.38%

 BLUE value IS 70 (27.73% from 255) = 15.98%

R = 40.64%
G = 43.38%
B = 15.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#B2BE46 (or 0xB2BE46) is known color: Celery. HEX triplet: B2, BE and 46. RGB value is (178,190,70). Sum of RGB (Red+Green+Blue) = 178+190+70=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE46 is #4D41B9. Grayscale: #ADADAD. Windows color (decimal): -5063098 or 4636338. OLE color: 4636338.

HSL color Cylindrical-coordinate representation of color #B2BE46: hue angle of 66º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2BE46 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 70 -
CMYK 0.06 0 0.63 0.25
HSL 66º 0.48% 0.51% -
HSV(B) 66º 0.63% 0.75% -
XYZ 37.88 46.73 12.82 -
YUV 172.73 70.02 131.76 -
System Red Green Blue C M Y K H S L
Decimal 178 190 70 0.06 0 0.63 0.25 66 0.48 0.51
Hex B2 BE 46 6 0 3F 19 42 30 33
Octal 262 276 106 6 0 77 31 102 60 63
Binary 10110010 10111110 1000110 110 0 111111 11001 1000010 110000 110011

Color Harmonies of #B2BE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE46

Black with #B2BE46

Text Example


Text Example

White with #B2BE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE46; }

 p { color: rgb(178,190,70); }

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

background-color css

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

 a { background-color: rgb(178,190,70); }

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

border-color css

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

 span { border-color: rgb(178,190,70); }

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