Html Css Color HEX #BDC541 Celery

📋 copy color: '#BDC541'

red 189 ◦ green 197 ◦ blue 65

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

Shades of Celery #BDC541

Tints of Celery #BDC541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.68%

 BLUE value IS 65 (25.78% from 255) = 14.41%

R = 41.91%
G = 43.68%
B = 14.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#BDC541 (or 0xBDC541) is known color: Celery. HEX triplet: BD, C5 and 41. RGB value is (189,197,65). Sum of RGB (Red+Green+Blue) = 189+197+65=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC541 is #423ABE. Grayscale: #B4B4B4. Windows color (decimal): -4340415 or 4310461. OLE color: 4310461.

HSL color Cylindrical-coordinate representation of color #BDC541: hue angle of 63.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDC541 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 65 -
CMYK 0.04 0 0.67 0.23
HSL 63.64º 0.53% 0.51% -
HSV(B) 63.64º 0.67% 0.77% -
XYZ 41.91 51.13 12.66 -
YUV 179.56 63.35 134.73 -
System Red Green Blue C M Y K H S L
Decimal 189 197 65 0.04 0 0.67 0.23 63.64 0.53 0.51
Hex BD C5 41 4 0 43 17 40 35 33
Octal 275 305 101 4 0 103 27 100 65 63
Binary 10111101 11000101 1000001 100 0 1000011 10111 1000000 110101 110011

Color Harmonies of #BDC541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC541

Black with #BDC541

Text Example


Text Example

White with #BDC541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC541; }

 p { color: rgb(189,197,65); }

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

background-color css

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

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

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

border-color css

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

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

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