Html Css Color HEX #BDC850 Celery

📋 copy color: '#BDC850'

red 189 ◦ green 200 ◦ blue 80

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

Shades of Celery #BDC850

Tints of Celery #BDC850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.06%

R = 40.3%
G = 42.64%
B = 17.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#BDC850 (or 0xBDC850) is known color: Celery. HEX triplet: BD, C8 and 50. RGB value is (189,200,80). Sum of RGB (Red+Green+Blue) = 189+200+80=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC850 is #4237AF. Grayscale: #B7B7B7. Windows color (decimal): -4339632 or 5294269. OLE color: 5294269.

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

Color convert

RGB 189 200 80 -
CMYK 0.06 0 0.6 0.22
HSL 65.5º 0.52% 0.55% -
HSV(B) 65.5º 0.6% 0.78% -
XYZ 43.09 52.71 15.49 -
YUV 183.03 69.86 132.26 -
System Red Green Blue C M Y K H S L
Decimal 189 200 80 0.06 0 0.6 0.22 65.5 0.52 0.55
Hex BD C8 50 6 0 3C 16 42 34 37
Octal 275 310 120 6 0 74 26 102 64 67
Binary 10111101 11001000 1010000 110 0 111100 10110 1000010 110100 110111

Color Harmonies of #BDC850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC850

Black with #BDC850

Text Example


Text Example

White with #BDC850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC850; }

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

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

background-color css

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

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

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

border-color css

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

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

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