Html Css Color HEX #B2B740 Celery

📋 copy color: '#B2B740'

red 178 ◦ green 183 ◦ blue 64

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

Shades of Celery #B2B740

Tints of Celery #B2B740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.06%

 BLUE value IS 64 (25.39% from 255) = 15.06%

R = 41.88%
G = 43.06%
B = 15.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B2B740 (or 0xB2B740) is known color: Celery. HEX triplet: B2, B7 and 40. RGB value is (178,183,64). Sum of RGB (Red+Green+Blue) = 178+183+64=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B740 is #4D48BF. Grayscale: #A8A8A8. Windows color (decimal): -5064896 or 4241330. OLE color: 4241330.

HSL color Cylindrical-coordinate representation of color #B2B740: hue angle of 62.52º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2B740 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 64 -
CMYK 0.03 0 0.65 0.28
HSL 62.52º 0.48% 0.48% -
HSV(B) 62.52º 0.65% 0.72% -
XYZ 36.22 43.7 11.38 -
YUV 167.94 69.34 135.18 -
System Red Green Blue C M Y K H S L
Decimal 178 183 64 0.03 0 0.65 0.28 62.52 0.48 0.48
Hex B2 B7 40 3 0 41 1C 3F 30 30
Octal 262 267 100 3 0 101 34 77 60 60
Binary 10110010 10110111 1000000 11 0 1000001 11100 111111 110000 110000

Color Harmonies of #B2B740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B740

Black with #B2B740

Text Example


Text Example

White with #B2B740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B740; }

 p { color: rgb(178,183,64); }

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

background-color css

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

 a { background-color: rgb(178,183,64); }

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

border-color css

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

 span { border-color: rgb(178,183,64); }

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