Html Css Color HEX #B6BD34 Celery

📋 copy color: '#B6BD34'

red 182 ◦ green 189 ◦ blue 52

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

Shades of Celery #B6BD34

Tints of Celery #B6BD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.29%

R = 43.03%
G = 44.68%
B = 12.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#B6BD34 (or 0xB6BD34) is known color: Celery. HEX triplet: B6, BD and 34. RGB value is (182,189,52). Sum of RGB (Red+Green+Blue) = 182+189+52=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BD34 is #4942CB. Grayscale: #ABABAB. Windows color (decimal): -4801228 or 3456438. OLE color: 3456438.

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

Color convert

RGB 182 189 52 -
CMYK 0.04 0 0.72 0.26
HSL 63.07º 0.57% 0.47% -
HSV(B) 63.07º 0.72% 0.74% -
XYZ 38.11 46.59 10.23 -
YUV 171.29 60.68 135.64 -
System Red Green Blue C M Y K H S L
Decimal 182 189 52 0.04 0 0.72 0.26 63.07 0.57 0.47
Hex B6 BD 34 4 0 48 1A 3F 39 2F
Octal 266 275 64 4 0 110 32 77 71 57
Binary 10110110 10111101 110100 100 0 1001000 11010 111111 111001 101111

Color Harmonies of #B6BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BD34

Black with #B6BD34

Text Example


Text Example

White with #B6BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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