Html Css Color HEX #BDC143 Celery

📋 copy color: '#BDC143'

red 189 ◦ green 193 ◦ blue 67

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

Shades of Celery #BDC143

Tints of Celery #BDC143

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.98%

 BLUE value IS 67 (26.56% from 255) = 14.92%

R = 42.09%
G = 42.98%
B = 14.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#BDC143 (or 0xBDC143) is known color: Celery. HEX triplet: BD, C1 and 43. RGB value is (189,193,67). Sum of RGB (Red+Green+Blue) = 189+193+67=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC143 is #423EBC. Grayscale: #B1B1B1. Windows color (decimal): -4341437 or 4440509. OLE color: 4440509.

HSL color Cylindrical-coordinate representation of color #BDC143: hue angle of 61.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDC143 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 67 -
CMYK 0.02 0 0.65 0.24
HSL 61.9º 0.5% 0.51% -
HSV(B) 61.9º 0.65% 0.76% -
XYZ 41.07 49.36 12.67 -
YUV 177.44 65.67 136.25 -
System Red Green Blue C M Y K H S L
Decimal 189 193 67 0.02 0 0.65 0.24 61.9 0.5 0.51
Hex BD C1 43 2 0 41 18 3E 32 33
Octal 275 301 103 2 0 101 30 76 62 63
Binary 10111101 11000001 1000011 10 0 1000001 11000 111110 110010 110011

Color Harmonies of #BDC143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC143

Black with #BDC143

Text Example


Text Example

White with #BDC143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC143; }

 p { color: rgb(189,193,67); }

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

background-color css

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

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

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

border-color css

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

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

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