Html Css Color HEX #B2BE34 Celery

📋 copy color: '#B2BE34'

red 178 ◦ green 190 ◦ blue 52

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

Shades of Celery #B2BE34

Tints of Celery #B2BE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.38%

R = 42.38%
G = 45.24%
B = 12.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#B2BE34 (or 0xB2BE34) is known color: Celery. HEX triplet: B2, BE and 34. RGB value is (178,190,52). Sum of RGB (Red+Green+Blue) = 178+190+52=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE34 is #4D41CB. Grayscale: #ABABAB. Windows color (decimal): -5063116 or 3456690. OLE color: 3456690.

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

Color convert

RGB 178 190 52 -
CMYK 0.06 0 0.73 0.25
HSL 65.22º 0.57% 0.47% -
HSV(B) 65.22º 0.73% 0.75% -
XYZ 37.39 46.54 10.26 -
YUV 170.68 61.02 133.22 -
System Red Green Blue C M Y K H S L
Decimal 178 190 52 0.06 0 0.73 0.25 65.22 0.57 0.47
Hex B2 BE 34 6 0 49 19 41 39 2F
Octal 262 276 64 6 0 111 31 101 71 57
Binary 10110010 10111110 110100 110 0 1001001 11001 1000001 111001 101111

Color Harmonies of #B2BE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE34

Black with #B2BE34

Text Example


Text Example

White with #B2BE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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