Html Css Color HEX #BDC845 Celery

📋 copy color: '#BDC845'

red 189 ◦ green 200 ◦ blue 69

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

Shades of Celery #BDC845

Tints of Celery #BDC845

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.67%

 BLUE value IS 69 (27.34% from 255) = 15.07%

R = 41.27%
G = 43.67%
B = 15.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#BDC845 (or 0xBDC845) is known color: Celery. HEX triplet: BD, C8 and 45. RGB value is (189,200,69). Sum of RGB (Red+Green+Blue) = 189+200+69=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC845 is #4237BA. Grayscale: #B6B6B6. Windows color (decimal): -4339643 or 4573373. OLE color: 4573373.

HSL color Cylindrical-coordinate representation of color #BDC845: hue angle of 65.04º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDC845 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 69 -
CMYK 0.06 0 0.66 0.22
HSL 65.04º 0.54% 0.53% -
HSV(B) 65.04º 0.66% 0.78% -
XYZ 42.71 52.56 13.52 -
YUV 181.78 64.36 133.15 -
System Red Green Blue C M Y K H S L
Decimal 189 200 69 0.06 0 0.66 0.22 65.04 0.54 0.53
Hex BD C8 45 6 0 42 16 41 36 35
Octal 275 310 105 6 0 102 26 101 66 65
Binary 10111101 11001000 1000101 110 0 1000010 10110 1000001 110110 110101

Color Harmonies of #BDC845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC845

Black with #BDC845

Text Example


Text Example

White with #BDC845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC845; }

 p { color: rgb(189,200,69); }

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

background-color css

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

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

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

border-color css

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

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

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