Html Css Color HEX #B2B745 Celery

📋 copy color: '#B2B745'

red 178 ◦ green 183 ◦ blue 69

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

Shades of Celery #B2B745

Tints of Celery #B2B745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.05%

R = 41.4%
G = 42.56%
B = 16.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B2B745 (or 0xB2B745) is known color: Celery. HEX triplet: B2, B7 and 45. RGB value is (178,183,69). Sum of RGB (Red+Green+Blue) = 178+183+69=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B745 is #4D48BA. Grayscale: #A8A8A8. Windows color (decimal): -5064891 or 4569010. OLE color: 4569010.

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

Color convert

RGB 178 183 69 -
CMYK 0.03 0 0.62 0.28
HSL 62.63º 0.45% 0.49% -
HSV(B) 62.63º 0.62% 0.72% -
XYZ 36.37 43.76 12.16 -
YUV 168.51 71.84 134.77 -
System Red Green Blue C M Y K H S L
Decimal 178 183 69 0.03 0 0.62 0.28 62.63 0.45 0.49
Hex B2 B7 45 3 0 3E 1C 3F 2D 31
Octal 262 267 105 3 0 76 34 77 55 61
Binary 10110010 10110111 1000101 11 0 111110 11100 111111 101101 110001

Color Harmonies of #B2B745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B745

Black with #B2B745

Text Example


Text Example

White with #B2B745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B745; }

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

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

background-color css

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

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

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

border-color css

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

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

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