Html Css Color HEX #B2BE3C Celery

📋 copy color: '#B2BE3C'

red 178 ◦ green 190 ◦ blue 60

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

Shades of Celery #B2BE3C

Tints of Celery #B2BE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.02%

R = 41.59%
G = 44.39%
B = 14.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#B2BE3C (or 0xB2BE3C) is known color: Celery. HEX triplet: B2, BE and 3C. RGB value is (178,190,60). Sum of RGB (Red+Green+Blue) = 178+190+60=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE3C is #4D41C3. Grayscale: #ACACAC. Windows color (decimal): -5063108 or 3980978. OLE color: 3980978.

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

Color convert

RGB 178 190 60 -
CMYK 0.06 0 0.68 0.25
HSL 65.54º 0.52% 0.49% -
HSV(B) 65.54º 0.68% 0.75% -
XYZ 37.59 46.62 11.29 -
YUV 171.59 65.02 132.57 -
System Red Green Blue C M Y K H S L
Decimal 178 190 60 0.06 0 0.68 0.25 65.54 0.52 0.49
Hex B2 BE 3C 6 0 44 19 42 34 31
Octal 262 276 74 6 0 104 31 102 64 61
Binary 10110010 10111110 111100 110 0 1000100 11001 1000010 110100 110001

Color Harmonies of #B2BE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE3C

Black with #B2BE3C

Text Example


Text Example

White with #B2BE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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