Html Css Color HEX #BDC441 Celery

📋 copy color: '#BDC441'

red 189 ◦ green 196 ◦ blue 65

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

Shades of Celery #BDC441

Tints of Celery #BDC441

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.56%

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

R = 42%
G = 43.56%
B = 14.44%

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

#BDC441 (or 0xBDC441) is known color: Celery. HEX triplet: BD, C4 and 41. RGB value is (189,196,65). Sum of RGB (Red+Green+Blue) = 189+196+65=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC441 is #423BBE. Grayscale: #B3B3B3. Windows color (decimal): -4340671 or 4310205. OLE color: 4310205.

HSL color Cylindrical-coordinate representation of color #BDC441: hue angle of 63.21º 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 #BDC441 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 65 -
CMYK 0.04 0 0.67 0.23
HSL 63.21º 0.53% 0.51% -
HSV(B) 63.21º 0.67% 0.77% -
XYZ 41.68 50.68 12.59 -
YUV 178.97 63.68 135.15 -
System Red Green Blue C M Y K H S L
Decimal 189 196 65 0.04 0 0.67 0.23 63.21 0.53 0.51
Hex BD C4 41 4 0 43 17 3F 35 33
Octal 275 304 101 4 0 103 27 77 65 63
Binary 10111101 11000100 1000001 100 0 1000011 10111 111111 110101 110011

Color Harmonies of #BDC441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC441

Black with #BDC441

Text Example


Text Example

White with #BDC441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC441; }

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

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

background-color css

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

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

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

border-color css

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

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

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