Html Css Color HEX #B6BD42 Celery

📋 copy color: '#B6BD42'

red 182 ◦ green 189 ◦ blue 66

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

Shades of Celery #B6BD42

Tints of Celery #B6BD42

RGB

 RED value IS 182 (71.48% from 255) = 41.65%

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

 BLUE value IS 66 (26.17% from 255) = 15.1%

R = 41.65%
G = 43.25%
B = 15.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#B6BD42 (or 0xB6BD42) is known color: Celery. HEX triplet: B6, BD and 42. RGB value is (182,189,66). Sum of RGB (Red+Green+Blue) = 182+189+66=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BD42 is #4942BD. Grayscale: #ADADAD. Windows color (decimal): -4801214 or 4373942. OLE color: 4373942.

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

Color convert

RGB 182 189 66 -
CMYK 0.04 0 0.65 0.26
HSL 63.41º 0.48% 0.5% -
HSV(B) 63.41º 0.65% 0.74% -
XYZ 38.47 46.73 12.15 -
YUV 172.89 67.68 134.5 -
System Red Green Blue C M Y K H S L
Decimal 182 189 66 0.04 0 0.65 0.26 63.41 0.48 0.5
Hex B6 BD 42 4 0 41 1A 3F 30 32
Octal 266 275 102 4 0 101 32 77 60 62
Binary 10110110 10111101 1000010 100 0 1000001 11010 111111 110000 110010

Color Harmonies of #B6BD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BD42

Black with #B6BD42

Text Example


Text Example

White with #B6BD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BD42; }

 p { color: rgb(182,189,66); }

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

background-color css

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

 a { background-color: rgb(182,189,66); }

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

border-color css

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

 span { border-color: rgb(182,189,66); }

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