Html Css Color HEX #BDC641 Celery

📋 copy color: '#BDC641'

red 189 ◦ green 198 ◦ blue 65

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

Shades of Celery #BDC641

Tints of Celery #BDC641

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.81%

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

R = 41.81%
G = 43.81%
B = 14.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#BDC641 (or 0xBDC641) is known color: Celery. HEX triplet: BD, C6 and 41. RGB value is (189,198,65). Sum of RGB (Red+Green+Blue) = 189+198+65=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC641 is #4239BE. Grayscale: #B4B4B4. Windows color (decimal): -4340159 or 4310717. OLE color: 4310717.

HSL color Cylindrical-coordinate representation of color #BDC641: hue angle of 64.06º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDC641 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 65 -
CMYK 0.05 0 0.67 0.22
HSL 64.06º 0.54% 0.52% -
HSV(B) 64.06º 0.67% 0.78% -
XYZ 42.13 51.59 12.74 -
YUV 180.15 63.02 134.31 -
System Red Green Blue C M Y K H S L
Decimal 189 198 65 0.05 0 0.67 0.22 64.06 0.54 0.52
Hex BD C6 41 5 0 43 16 40 36 34
Octal 275 306 101 5 0 103 26 100 66 64
Binary 10111101 11000110 1000001 101 0 1000011 10110 1000000 110110 110100

Color Harmonies of #BDC641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC641

Black with #BDC641

Text Example


Text Example

White with #BDC641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC641; }

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

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

background-color css

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

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

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

border-color css

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

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

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