Html Css Color HEX #BDBC46 Celery

📋 copy color: '#BDBC46'

red 189 ◦ green 188 ◦ blue 70

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

Shades of Celery #BDBC46

Tints of Celery #BDBC46

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.06%

 BLUE value IS 70 (27.73% from 255) = 15.66%

R = 42.28%
G = 42.06%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDBC46 (or 0xBDBC46) is known color: Celery. HEX triplet: BD, BC and 46. RGB value is (189,188,70). Sum of RGB (Red+Green+Blue) = 189+188+70=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC46 is #4243B9. Grayscale: #AFAFAF. Windows color (decimal): -4342714 or 4635837. OLE color: 4635837.

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

Color convert

RGB 189 188 70 -
CMYK 0 0.01 0.63 0.26
HSL 59.5º 0.47% 0.51% -
HSV(B) 59.5º 0.63% 0.74% -
XYZ 40.07 47.23 12.8 -
YUV 174.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 189 188 70 0 0.01 0.63 0.26 59.5 0.47 0.51
Hex BD BC 46 0 1 3F 1A 3B 2F 33
Octal 275 274 106 0 1 77 32 73 57 63
Binary 10111101 10111100 1000110 0 1 111111 11010 111011 101111 110011

Color Harmonies of #BDBC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBC46

Black with #BDBC46

Text Example


Text Example

White with #BDBC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBC46; }

 p { color: rgb(189,188,70); }

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

background-color css

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

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

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

border-color css

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

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

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