Html Css Color HEX #BDBB4D Celery

📋 copy color: '#BDBB4D'

red 189 ◦ green 187 ◦ blue 77

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

Shades of Celery #BDBB4D

Tints of Celery #BDBB4D

RGB

 RED value IS 189 (74.22% from 255) = 41.72%

 GREEN value IS 187 (73.44% from 255) = 41.28%

 BLUE value IS 77 (30.47% from 255) = 17%

R = 41.72%
G = 41.28%
B = 17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BDBB4D (or 0xBDBB4D) is known color: Celery. HEX triplet: BD, BB and 4D. RGB value is (189,187,77). Sum of RGB (Red+Green+Blue) = 189+187+77=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB4D is #4244B2. Grayscale: #AFAFAF. Windows color (decimal): -4342963 or 5094333. OLE color: 5094333.

HSL color Cylindrical-coordinate representation of color #BDBB4D: hue angle of 58.93º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDBB4D is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 77 -
CMYK 0 0.01 0.59 0.26
HSL 58.93º 0.46% 0.52% -
HSV(B) 58.93º 0.59% 0.74% -
XYZ 40.1 46.9 13.96 -
YUV 175.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 189 187 77 0 0.01 0.59 0.26 58.93 0.46 0.52
Hex BD BB 4D 0 1 3B 1A 3B 2E 34
Octal 275 273 115 0 1 73 32 73 56 64
Binary 10111101 10111011 1001101 0 1 111011 11010 111011 101110 110100

Color Harmonies of #BDBB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB4D

Black with #BDBB4D

Text Example


Text Example

White with #BDBB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB4D; }

 p { color: rgb(189,187,77); }

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

background-color css

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

 a { background-color: rgb(189,187,77); }

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

border-color css

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

 span { border-color: rgb(189,187,77); }

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