Html Css Color HEX #BDC840 Celery

📋 copy color: '#BDC840'

red 189 ◦ green 200 ◦ blue 64

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

Shades of Celery #BDC840

Tints of Celery #BDC840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.13%

R = 41.72%
G = 44.15%
B = 14.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#BDC840 (or 0xBDC840) is known color: Celery. HEX triplet: BD, C8 and 40. RGB value is (189,200,64). Sum of RGB (Red+Green+Blue) = 189+200+64=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC840 is #4237BF. Grayscale: #B5B5B5. Windows color (decimal): -4339648 or 4245693. OLE color: 4245693.

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

Color convert

RGB 189 200 64 -
CMYK 0.06 0 0.68 0.22
HSL 64.85º 0.55% 0.52% -
HSV(B) 64.85º 0.68% 0.78% -
XYZ 42.57 52.5 12.74 -
YUV 181.21 61.86 133.56 -
System Red Green Blue C M Y K H S L
Decimal 189 200 64 0.06 0 0.68 0.22 64.85 0.55 0.52
Hex BD C8 40 6 0 44 16 41 37 34
Octal 275 310 100 6 0 104 26 101 67 64
Binary 10111101 11001000 1000000 110 0 1000100 10110 1000001 110111 110100

Color Harmonies of #BDC840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC840

Black with #BDC840

Text Example


Text Example

White with #BDC840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC840; }

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

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

background-color css

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

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

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

border-color css

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

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

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