Html Css Color HEX #BDBD3A Celery

📋 copy color: '#BDBD3A'

red 189 ◦ green 189 ◦ blue 58

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

Shades of Celery #BDBD3A

Tints of Celery #BDBD3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.3%

R = 43.35%
G = 43.35%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BDBD3A (or 0xBDBD3A) is known color: Celery. HEX triplet: BD, BD and 3A. RGB value is (189,189,58). Sum of RGB (Red+Green+Blue) = 189+189+58=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD3A is #4242C5. Grayscale: #AEAEAE. Windows color (decimal): -4342470 or 3849661. OLE color: 3849661.

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

Color convert

RGB 189 189 58 -
CMYK 0 0 0.69 0.26
HSL 60º 0.53% 0.48% -
HSV(B) 60º 0.69% 0.74% -
XYZ 39.95 47.52 11.07 -
YUV 174.07 62.5 138.65 -
System Red Green Blue C M Y K H S L
Decimal 189 189 58 0 0 0.69 0.26 60 0.53 0.48
Hex BD BD 3A 0 0 45 1A 3C 35 30
Octal 275 275 72 0 0 105 32 74 65 60
Binary 10111101 10111101 111010 0 0 1000101 11010 111100 110101 110000

Color Harmonies of #BDBD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD3A

Black with #BDBD3A

Text Example


Text Example

White with #BDBD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD3A; }

 p { color: rgb(189,189,58); }

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

background-color css

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

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

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

border-color css

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

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

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