Html Css Color HEX #B2BD3D Celery

📋 copy color: '#B2BD3D'

red 178 ◦ green 189 ◦ blue 61

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

Shades of Celery #B2BD3D

Tints of Celery #B2BD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.25%

R = 41.59%
G = 44.16%
B = 14.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#B2BD3D (or 0xB2BD3D) is known color: Celery. HEX triplet: B2, BD and 3D. RGB value is (178,189,61). Sum of RGB (Red+Green+Blue) = 178+189+61=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD3D is #4D42C2. Grayscale: #ABABAB. Windows color (decimal): -5063363 or 4046258. OLE color: 4046258.

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

Color convert

RGB 178 189 61 -
CMYK 0.06 0 0.68 0.26
HSL 65.16º 0.51% 0.49% -
HSV(B) 65.16º 0.68% 0.74% -
XYZ 37.4 46.2 11.36 -
YUV 171.12 65.86 132.91 -
System Red Green Blue C M Y K H S L
Decimal 178 189 61 0.06 0 0.68 0.26 65.16 0.51 0.49
Hex B2 BD 3D 6 0 44 1A 41 33 31
Octal 262 275 75 6 0 104 32 101 63 61
Binary 10110010 10111101 111101 110 0 1000100 11010 1000001 110011 110001

Color Harmonies of #B2BD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD3D

Black with #B2BD3D

Text Example


Text Example

White with #B2BD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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