Html Css Color HEX #B2BD45 Celery

📋 copy color: '#B2BD45'

red 178 ◦ green 189 ◦ blue 69

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

Shades of Celery #B2BD45

Tints of Celery #B2BD45

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.35%

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

R = 40.83%
G = 43.35%
B = 15.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#B2BD45 (or 0xB2BD45) is known color: Celery. HEX triplet: B2, BD and 45. RGB value is (178,189,69). Sum of RGB (Red+Green+Blue) = 178+189+69=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD45 is #4D42BA. Grayscale: #ACACAC. Windows color (decimal): -5063355 or 4570546. OLE color: 4570546.

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

Color convert

RGB 178 189 69 -
CMYK 0.06 0 0.63 0.26
HSL 65.5º 0.48% 0.51% -
HSV(B) 65.5º 0.63% 0.74% -
XYZ 37.63 46.29 12.58 -
YUV 172.03 69.86 132.26 -
System Red Green Blue C M Y K H S L
Decimal 178 189 69 0.06 0 0.63 0.26 65.5 0.48 0.51
Hex B2 BD 45 6 0 3F 1A 42 30 33
Octal 262 275 105 6 0 77 32 102 60 63
Binary 10110010 10111101 1000101 110 0 111111 11010 1000010 110000 110011

Color Harmonies of #B2BD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD45

Black with #B2BD45

Text Example


Text Example

White with #B2BD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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